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

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

Question

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.

No correct solution

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top