Skip to main content

Hello,



I've been messing with Managed Preferences in Chrome to setup Managed Bookmarks this has been successful.



I followed the below article:
https://www.jamf.com/jamf-nation/discussions/25882/deploying-managed-bookmarks-to-google-chrome-using-a-plist-and-configuration-profiles-with-custom-payloads



However I looking to know how I can disable the Offer To Save Passwords option in Chrome using the managed preferences plist not sure what the <key> is



<key>OfferToSavePasswords</key>
<false/>



Thanks,

<key>PasswordManagerEnabled</key>
<false/>