Posted on 03-06-2024 10:19 AM
While we wait to hear from the vendor, has anybody deployed the Amplify browser extension for Edge and Chrome? I did find a chat in here to add Nexthink and just modified it to use the code for amplify, but it didn't add the extension.
<?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>ExtensionSettings</key>
<dict>
<key>bmpbcphgifhfkfjioddeenggdpffbgek</key>
<dict>
<key>installation_mode</key>
<string>force_installed</string>
<key>update_url</key>
<string>https://clients2.google.com/service/update2/crx</string>
</dict>
</dict>
</dict>
</plist>
Posted on 03-07-2024 08:31 AM
I haven’t tried Amplify specifically, but here’s the section of my Chrome plist that forces the Nexthink extension:
<key>ExtensionSettings</key>
<dict>
<key>ExtensionInstallForcelist</key>
<array>
<string>miinajhilmmkpdoaimnoncdiliaejpdk;https://clients2.google.com/service/update2/crx</string>
</array>
</dict>
Remember to check chrome://extensions after you’ve deployed the profile.
Posted on 03-07-2024 01:17 PM
I tried using your format but doesn't install anything. We deploy Symantec DLP browser extension to chrome, so I just grabbed that and replaced the ID, but still doesn't do anything. Not sure what's going on. I can't even get the Nexthink extension to install.
Posted on 03-15-2024 06:26 AM
This might be the issue, because we're using com.google.Chrome and com.microsoft.Edge for our Symantec DLP extensions. If we add the Nexthink extension ID to the DLP config, it'll show the nexthink extension.