Skip to main content
Question

Nexthink Amplify browser extensions

  • March 6, 2024
  • 3 replies
  • 75 views

SMR1
Forum|alt.badge.img+13
  • Valued Contributor

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>

3 replies

pete_c
Forum|alt.badge.img+16
  • Honored Contributor
  • March 7, 2024

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.

 


SMR1
Forum|alt.badge.img+13
  • Author
  • Valued Contributor
  • March 7, 2024

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.


SMR1
Forum|alt.badge.img+13
  • Author
  • Valued Contributor
  • March 15, 2024

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.