This article explains how to create a new Jamf policy to deploy the Dashlane browser extension on Mac computers. After you deploy, the Dashlane extension will be added to the Google Chrome or Mozilla Firefox browser on all managed Mac devices.
Tip: If you use Jamf to deploy to Chrome, you can further customize the mass deployment to give your members a more tailored experience. You can stop the Dashlane account-creation window from appearing when you deploy, customize the account creation screen with your organization’s name, and disable Chrome’s built-in password manager.
If you want to deploy the browser extension to Windows devices, use GPO or Intune.
Deploy Dashlane browser extension using GPO
Deploy Dashlane browser extension using Intune
Mass deploy to Google Chrome
- Log in to your admin account on Jamf Pro.
- Select Computers. In the Content Management section, select Configuration Profiles, and then New.
- In the search bar, enter "upload" and select Application & Custom Settings. Then select Upload.
- Select Add.
- For Preference Domain, enter “com.google.Chrome”.
- For Property List, enter:
<?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>ExtensionSettings</key> <dict> <key>fdjamakpfbbddfjaooikfcpapjohcfmg</key> <dict> <key>installation_mode</key> <string>normal_installed</string> <key>update_url</key> <string>https://prod.extensions.dashlane.com/dashlane/extension.xml</string> </dict> </dict> </dict> </plist>
- In the Scope tab, select the Computers or Users you want to target.
- Select Save.
With Jamf in Chrome, you can further customize the account creation process for members:
- Select Add.
- For Preference Domain enter, “com.google.Chrome.extensions.fdjamakpfbbddfjaooikfcpapjohcfmg”.
- For Property list, enter:
<?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>team_key</key> <string>TEAM KEY</string> <key>silent_deploy</key> <false/> <key>is_extension_mass_deployed</key> <true/> </dict> </plist>
- To stop the Dashlane account-creation window from appearing when you deploy, change the silent_deploy to “true”. If set to “false”, the Dashlane account creation screen will appear after you deploy the extension.
- Customize the account creation screen with your organization’s name by including the team key. To find the team key in the Admin Console, select Users, the 3-dot menu, and then Share invite link. The team key is after "team=".
More about the invite link
- To disable Chrome’s built-in password manager, add this to “com.Google.Chrome.plist”:
<key>PasswordManagerEnabled</key> <false />
The Dashlane browser extension will now be deployed to Google Chrome browsers on all managed Mac devices.
Mass deploy to Mozilla Firefox
Note: Unlike Jamf in Chrome, you can’t further customize the mass deployment with Jamf in Firefox.
- Log in to your admin account on Jamf Pro.
- Select Computers. In the Content Management section, select Configuration Profiles, and then New.
- In the search bar, enter "upload". Select Application & Custom Settings, and then select Upload.
- Select Add.
- For Preference Domain, enter “org.mozilla.firefox”.
- For Property List, enter:
<?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>EnterprisePoliciesEnabled</key> <true/> <key>ExtensionSettings</key> <dict> <key>jetpack-extension@dashlane.com</key> <dict> <key>installation_mode</key> <string>force_installed</string> <key>install_url</key> <string>https://addons.mozilla.org/firefox/downloads/file/4223499/dashlane-6.2403.2.xpi</string> </dict> </dict> </dict> </plist>
- In the Scope tab, select the Computers or Users you want to target.
- Select Save.
The Dashlane browser extension will now be deployed to Mozilla Firefox browsers on all managed Mac devices.
Delete the passwords saved in your browser
We strongly recommend that you delete the passwords saved in the browser password manager after you save them in Dashlane. Otherwise, you might have problems using Autofill and other Dashlane features.
Make sure you import your passwords to Dashlane before deleting them in the browser.
Delete the passwords in your browser: