I need to force install a Chrome Extension.
I have looked in Jamf Nation for solution but latest ones were in 2017 and they currently do not work (from my testing).
Has anyone got them to work with Monterey?
I need to force install a Chrome Extension.
I have looked in Jamf Nation for solution but latest ones were in 2017 and they currently do not work (from my testing).
Has anyone got them to work with Monterey?
Best answer by sdagley
@sgiesbrecht You need a Configuration Profile with an Application & Custom Settings payload for the com.google.Chrome preference domain and a PLIST in the form:
<?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>EXTENSION IDENTIFIER GOES HERE</string>
</array>
</dict>
</plist>Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.