I have users that have installed the Browsec VPN extension on the Chrome browser. This is allowing them to get around our filtering and monitoring software. Does any know if there is a way to block Chrome extensions. I have tried setting it as a restricted software using the app id name, but that has not worked. Any suggestions are greatly appreciated.
VPN
Best answer by Merkley
I created a computer level configuration profile for chrome. I just used TextWrangler to create the .mobileconfig and upload it to the JSS. This also allows me to allow students to installed approved extensions. The website I used to help me set this up, besides finding random threads here and there was this Chrome site. If I had some extensions that teachers wanted their students to have, I had to add them to the InstallWhitelist so the students could download the extensions from the Chrome Web Store. The other part that I found I needed was the InstallBlacklist and just included everything with the wildcard. Here is a modified version of the mobileconfig I upload to the JSS and set it as a Computer Level Profile.
Hope this helps you for what you are trying to do.
<?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.your.org</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>2016-09-12-07-13</string>
<key>PayloadOrganization</key>
<string>Name of Org</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadDisplayName</key>
<string>Google Chrome Policy</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.normandale</string>
<key>PayloadUUID</key>
<string>121-qasd</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadDisplayName</key>
<string>Custom: (com.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>ExtensionInstallWhitelist</key>
<array>
<string>ghbmnnjooekpmoecnnnilnnbdlolhkhi</string>
</array>
<key>ExtensionInstallBlacklist</key>
<array>
<string>*</string>
</array>
</dict>
</dict>
</array>
</dict>
</dict>
</dict>
</array>
</dict>
</plist>Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
