1 passwords google chrome Extension

saeid_agheli
New Contributor III

Hi all

 

 i tried all to deploy the 1 password Google Chrome extension but it is not working did anybody do that and able help for me 

1 ACCEPTED SOLUTION

russell_garriso
New Contributor III

I remember us also pushing an uploaded PLIST for this in the past, but I think we updated to the fancy Jamf Pro UI to build the PLIST when we migrated from LastPass. Here is what the PLIST preview for ours looks like. Works just fine here:

<?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>ExtensionInstallForcelist</key>
    <array>
      <string>aeblfdkhhhdcdjpifhhbdiojplfjncoa;https://clients2.google.com/service/update2/crx</string>
    </array>
  </dict>
</plist>



View solution in original post

6 REPLIES 6

AJPinto
Honored Contributor II

What is the xml of the configuration profile you are deploying?

saeid_agheli
New Contributor III
PLIST file containing key value pairs for settings in the specified domain
<?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>ExtensionInstallForcelist</key>
    <string>aeblfdkhhhdcdjpifhhbdiojplfjncoa</string>
  </dict>
</plist>

saeid_agheli
New Contributor III

i use this plist file do deployed

Utilizator
Contributor

Have you considered doing this using Chrome Cloud Management?

It'd give you way more flexibility, and it's free to use...

russell_garriso
New Contributor III

I remember us also pushing an uploaded PLIST for this in the past, but I think we updated to the fancy Jamf Pro UI to build the PLIST when we migrated from LastPass. Here is what the PLIST preview for ours looks like. Works just fine here:

<?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>ExtensionInstallForcelist</key>
    <array>
      <string>aeblfdkhhhdcdjpifhhbdiojplfjncoa;https://clients2.google.com/service/update2/crx</string>
    </array>
  </dict>
</plist>



Thanks this one is working you the best