How do I determine the policy value for a Chrome extension using the managed storage API?

I wrote a Chrome extension that uses a managed repository API so that Google Apps administrators can customize their “settings” using the policy name and cost. When I install the extension, I see a new section in the chrome: // policy for the extension and an indication of the presence of "No policies installed."

I'm trying to figure out how to install this from the Google Apps management console. I have a Chrome management license and you can install the extension, but I don’t see an obvious place to define the values ​​for the extension option, as defined in the schema.json file.

I can see the documentation at http://www.chromium.org/administrators/configuring-policy-for-extensions , but I'm on a Chromebook and assume there is some way to specify this from admin. google.com for my domain.

Am I missing something obvious? Thank.

+4
source share
2 answers

We are still working on this :-) This is tracked at https://code.google.com/p/chromium/issues/detail?id=361156 (sorry, only visible to project participants at the moment), and we focus on ChromeOS 37.

, API . , crbug.com, Enterprise.

+2

Chrome : → Chrome → , " ".

+1

Source: https://habr.com/ru/post/1539841/


All Articles