Enterprise deployment of Chrome extension on locked down Windows computers with no internet access to chrome web store

孤者浪人 提交于 2019-12-04 17:19:20

Absolutely, it's possible. Though it requires a computer connected to a Domain.

Enterprise-installed extensions do NOT have to be hosted on Chrome Web Store.

Enterprise deployment happens with a ExtensionInstallForcelist policy. It's a list of ID + update URL pairs, and for enterprise installs it does not have to be a Web Store URL.

Update URL should point to an XML file served somewhere on your isolated network. The format of the update manifest file is explained here. Again, the path to the actual CRX does not have to point to the Web Store.

P.S. The files (update XML and CRX) don't even have to be served over HTTP(S), they can be local files or SMB-served files.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!