{
ExtensionInstallForcelist = (
"jopefhbaobkgbmpbbgihangcllmjcpmb;https://clients2.google.com/service/update2/crx"
);
IncognitoModeAvailability = 1;
}
Previously this worked perfectly, but in Chrome 39 the extension no longer installs. Incognito Mode is set correctly, and chrome://policy shows that my policy is set with status OK but the extension just will not load. So, I know this file is being read and used by Chrome, it's just not loading the extension.
I know I can follow the documentation for "External Extensions" but I've tried that and the students can still remove the extension. Before the extensions page would say "Installed by enterprise policy" and the Enabled button and trash can were always disabled.
Anyone know what changed or what I need to do to install an extension with an enterprise policy? I really don't want to use OS X server to set MCX settings, nor buy any other product to do this. Thanks in advance.
<?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>PayloadIdentifier</key>
<string>com.yourname.Angrybird</string>
<key>PayloadRemovalDisallowed</key>
<false />
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>bde4dcb5-d4bf-4943-b992-c30f82eb1468</string>
<key>PayloadOrganization</key>
<string>Your Org</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadDisplayName</key>
<string>Your Name</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>com.yourname.Angrybird.f13e3b90-6187-0132-2314-685b357e505d</string>
<key>PayloadUUID</key>
<string>f13e3b90-6187-0132-2314-685b357e505d</string>
<key>PayloadEnabled</key>
<true />
<key>PayloadDisplayName</key>
<string>Google Chrome</string>
<key>PayloadContent</key>
<dict>
<key>com.google.Chrome</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>IncognitoModeAvailability</key>
<integer>1</integer>
<key>ExtensionInstallForcelist</key>
<array>
<string>jopefhbaobkgbmpbbgihangcllmjcpmb;https://clients2.google.com/service/update2/crx</string>
</array>
</dict>
</dict>
</array>
</dict>
</dict>
</dict>
</array>
</dict>
</plist>sudo /usr/bin/profiles -I -F ./profile.mobileconfig
sudo profiles -R -p com.yourname.Angrybird -v