Page 1 of 1

installing chrome extension

Posted: 28 Jan 2021, 03:27
by dbacig
Greeting from a newbie... I am using the Porteus server as a deployment method for several kiosk systems.
Q when using chrome as a browser for a kiosk can i download and install an extension (Tab Resize — Split Screen Layouts from groovy publishing) as part of the server deployment? Being a newbie I need some help understanding the syntax needed to get and install extensions

installing chrome extension

Posted: 28 Jan 2021, 09:37
by fanthom
Hello dbacig,

You can add extensions to Chrome using kiosk remote config and Chrome policies (through our 'browser_preferences=' parameter) as explained here:
[Solved] Adding extensions to Chrome

Mind this will work only for kiosks with private mode disabled. In some cases you will also need to enable full persistence in order to keep the extension settings persistent.
Kiosk custom build has no such limitations.

Thank you.

installing chrome extension

Posted: 04 Feb 2021, 03:55
by dbacig
Thank you for the direction... I am sorry I didn't respond quickly to say thanks for your help. If I may ask another question... after the initial parameters (first few) following [[GLOBAL]]down to the browser choice, is there a preferred order for the listing of parameters included in a [[GLOBAL]] config set or is there any particular dependency. I guess I'm asking too generic of a question, sorry, my goal would be to have a set of parameter groups I want to use to build out configs on the fly rather than using the wizard.

installing chrome extension

Posted: 04 Feb 2021, 07:55
by fanthom
Parameter orders does not matter.

However - if you double parameters in the GLOBAL (or PCID) section then only first one will be used by the system.

Thanks