Skip to main content

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

 

 

 

@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, ¯\\_(ツ)_/¯ 


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>