Page 1 of 1

Save extension settings

Posted: 25 Apr 2018, 05:11
by Taxin2012
Hello. How to save extension settings and how to run extensions on private mode?

Save extension settings

Posted: 25 Apr 2018, 06:29
by fanthom
You have to:

1) login to kiosk through ssh
2) remove enterprise policies to unlock the browser:

Code: Select all

rm $json
3) install your extension and apply its custom settings (including: "allow in incognito")
4) copy Chrome profile (using sshfs or scp) to your local PC and remaster kiosk ISO as per kiosk documentation

Chrome profile hardcoded in the ISO may break some kiosk functions. Please do not report bugs for the builds customized by yourself.

Thanks

Save extension settings

Posted: 25 Apr 2018, 18:56
by Taxin2012
Thanks for the answer!

Save extension settings

Posted: 26 Apr 2018, 13:58
by Taxin2012
Where i can find default user in ISO? why i cant see chrome default user folder via sshfs?