Hi all,
Context:
I developped a little extension which edits the content of a webpage. I display this webpage in a Kiosk Mode on a ChromeOS device via the Google Admin Console. There is a feature which consists in associating the extension with the webpage and I use it. The Google Console shows me my extension which is private and exclusive to my domain and I manage to save the configuration.
Problem:
But (there is always a "but"), when I switch on the device, the page is well-displayed and the extension doesn't run. I use the troublehooting tools to check if the extension is well-installed, and it shows me the extension (chrome://extensions) when I associate an extension from the Chrome Web Store.
My questions:
Do you know if there is something to add in the manifest file to make it works (I saw the "kiosk_enabled" paramater which seems to be dedicated to PWA/Chrome App context)? Is this because the extension is private (in this case, why does the Google Admin Console accept to save the configuration)? Any help is welcomed. I also tried to edit the extension by only displaying a console log but it doesn't change anything.
Best regards,
Fred.