Development, testing, staging environments are controlled via different proxy servers in my setup. I want to script creation of multiple Chrome profiles (sometimes called "user" or "person") and connect to a different proxy server for each of them. Finally I want to share this script with colleagues so that they have access to the exactly same setup.
The latter can be done via scripted installation of extensions such as Falcon Proxy or Proxy Helper to the Chrome profile. I would like to know how to script creation of the different profiles.
A profile is a folder inside ~/.config/google-chrome
(Linux, ~/Library/Application Support/Google/Chrome
(Mac OS X) and %USERPROFILE%\AppData\Local\Google\Chrome\User Data
(Windows). But how to create and initialize one? Where do I register the new profile?