Question/Issue/Task:
Deploying the Browser Extension via JAMF
Steps:
- Log into your JAMF Pro Administration Console
- Click on Computers (in the top left)
- Click on Configuration Policies
- Create a New Profile
- Provide a configuration name:
- Expand "Application & Custom Settings"
- Click Upload
- Click Add
- In the Preference Domain field enter: "com.google.Chrome"
- In the Property List, enter the following:
<?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>khfhkedhhdbejcbapdicgagbljimakai;http://clients2.google.com/service/update2/crx</string>
</array>
</dict>
</plist> - Click Save
- Deploy to the appropriate devices:
- Verify by clicking logs that the profile was successfully pushed:
- Verify in your MacOS profiles that the profile was pushed succesfully:
- In Chrome, verify by going to chrome://policy (click Reload Policies) that you see the Torii Extension.
- You should now see the extension in Chrome:
- You will also notice that the extension can not be removed in Chrome: