Setting up Managed Preferences in Chrome

zake
New Contributor III

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,

1 ACCEPTED SOLUTION

isThisThing0n
Contributor
<key>PasswordManagerEnabled</key>
    <false/>

View solution in original post

1 REPLY 1

isThisThing0n
Contributor
<key>PasswordManagerEnabled</key>
    <false/>