Can I start Google Chrome (from CLI or whatever) passing (as a CLI switch?) an argument string, to be later used in Javascript?
I need to read an environment variable from the browser. I know I can't and I understand why. But since I have control on the (Windows) desktop link that fires up my web application on the clients' machines, I could easily pass that string to Chrome using the aforementioned link.
Is there in the Google Chrome CLI command a switch that lets me store an arbitrary string in something I would call "chrome environment variable" that I can later read with Javascript and send to my server through ajax?