Skip to main content
Question

PrinterLogic Chrome Extension

  • November 5, 2024
  • 3 replies
  • 40 views

Forum|alt.badge.img+6

  I have been testing this Configuration Profile for PrinterLogic Chrome Extension.  It does install and grays out the toggle so the end user cannot remove.  The issue I am having is if I remove the device from the Configuration Profile it will remove from the profiles section but the extension still shows in the Google Chrome Extensions.  It is also still grayed out.  I have restarted Chrome and the device.  Removed Chrome and reinstalled.  Anyone have any ideas?

 

<?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>bfgjjammlemhdcocpejaompfoojnjjfn;https://clients2.google.com/service/update2/crx</string>
    </array>
  </dict>
</plist>

 

3 replies

YanW
Forum|alt.badge.img+11
  • Contributor
  • November 5, 2024

My toggle button went back to normal after I remove the profile. If you want to remove the extension, there are scripts posted already.

<key>ExtensionInstallForcelist</key> <array> <string>bfgjjammlemhdcocpejaompfoojnjjfn</string> <!-- PrinterLogic --> </array>

 


AJPinto
Forum|alt.badge.img+26
  • Legendary Contributor
  • November 5, 2024

If you set the ExtensionInstallBlocklist to *, this blocks all extensions that are not in the ExtensionInstallForcelist or the ExtensionInstallAllowlist. Chrome will automatically remove the extensions once you remove the extensionID from the ExtensionInstallForcelist. Easier than using scripts if you really want to control extensions with an iron fist.

 

https://chromeenterprise.google/policies/?policy=ExtensionInstallBlocklist


Forum|alt.badge.img
  • New Contributor
  • December 5, 2024

Thank you so much for helping me.