I am looking to gather some information on deploying a chrome extension file via batch script, or VBS.
I know I can use an ADM/ADMx to push extensions, but unfortunately we don’t roll out Active Directory until this summer.
My content provider has decided not to fix an extremely frustrating issue with Firefox where it does not load course material, so now I have to use Chrome, no complaints here, except it’s harder than hell to limit chrome instances and tabs.
Currently, I limit FireFox to only opening one instance, and limit tabs to 3 open tabs at a time. I need to do this because my students have figured out that if they open Internet Explorer and log in to the content, then they can log into Firefox/Chrome and load the test and use the lesson material to answer the test questions… smart little buggers I’ll give em that. So I removed the internet explorer from the machine, installed a lock down browser in place of IE and chose to roll out Firefox. The only reason this works is because they can’t flip tabs when the test it open but they can alt tab to the other browser. Well They could 
Well now I need to fix an issue like last week, since gradpoint has no recommendation on fixing the issues with course content in Firefox.
So… does any one have documentation or experience in deploying chrome extensions to an entire lab at once?
I plan to spend my Friday night in the lab installing chrome and locking it to kiosk mode and a tab limiting extension, if I could use a batch script to install the extensions, half of my battle is already over.
This only opens the chrome web store and waits for the user to click the install button and the prompts that follow
[code]“C:\Users\UserNameGoesHere\AppData\Local\Google\Chrome\Application\chrome.exe” “url to extension” [/code]
I even tried installing by crx file 
I also tried copying my Preferences file, but then chrome complains that the preferences file has been changed and wants to “fix” the issue and in doing so resets all my settings, counter productive. -.-

