Posted on 05-27-2024 06:20 PM
Hi Everyone,
Is there a method to automatically enable LastPass in the browser? For instance, without having to manually click on the extension icon in the browser.
Thanks,
Kenneth
05-28-2024 05:35 AM - edited 05-28-2024 05:35 AM
@CannotBii That depends on the browser. For Safari, there is no supported mechanism to force enablement of an extension. See https://support.google.com/chrome/a/answer/9296680?hl=en for Chrome docs, or https://learn.microsoft.com/en-us/deployedge/microsoft-edge-manage-extensions for Edge docs. For other browsers, ¯\_(ツ)_/¯
Posted on 05-28-2024 05:41 AM
Hi Kenneth,
What you can do is create a configuration profile per browser and enter the lastpass Extension ID here.
Chrome:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PasswordManagerEnabled</key>
<false/>
<key>ExtensionInstallForcelist</key>
<array>
<string>hdokiejnpimakedhajhdlcegeplioahd;https://clients2.google.com/service/update2/crx</string>
</array>
</dict>
</plist>