Is it possible to create a custom Chrome installer with specific extentions that will be installed automatically?

StackOverflow https://stackoverflow.com/questions/22161863

I'm looking to be able to provide a Chrome installer that as they go through the wizard it installs Google Chrome as per normal, however it will also automatically install specific extentions from the App Store that will be there when they first open the browser.

Is there a tool available that would allow me to do this easily? I've done a number of searches on the topic but I have been successful.

没有正确的解决方案

其他提示

You can configure a list of extensions to be installed on first run of every new profile by using https://developer.chrome.com/extensions/external_extensions

So you'd just need to write a program that first lays this configuration down, and then runs the regular chrome installer.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top