I was able to get the Google Chrome Extension Blacklist up and running without issue, and it is working great. The second I block one extension, the students move on to another, so I am hoping to do the reverse and block everything and allow just a few. I thought that it would be an easy fix to change the key from <ExtensionInstallBlacklist> to <ExtensionInstallWhitelist>, but that isn't working. Has anyone had success with a specific script that you could share? I have spent time browsing the community posts, and most are from several years ago.
Just for reference, this is the Blacklist Script I am using:
<?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>DeveloperToolsDisabled</key>
<true/>
<key>ExtensionInstallBlacklist</key>
<array>
<string>mkccemimdjbojildcllapppfhphcfmkn</string>
<string></string>
</array>
</dict>
</plist>
Thanks in advance for any help, I am newer to JAMF and took over for someone that was let go and left things a bit of a mess.