Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to auto-enable Chrome extension?

I have a Chrome extension used in corporate environment. It is installed automatically by our installer from Chrome extensions store. However the user have to enable it manually after installation, which is very annoying.

We have all extension sources, so we can modify it as required, sign, publish, etc.

Are there any way to enable Chrome extension automatically?

like image 763
IT Hit WebDAV Avatar asked Sep 15 '25 11:09

IT Hit WebDAV


1 Answers

In a corporate environment, you can force any extension to be installed using ExtensionInstallForcelist policy setting.

Not only it will be automatically installed, it will also be impossible for the user to disable it.

like image 111
Xan Avatar answered Sep 18 '25 09:09

Xan