I'm writing a Chrome extension that takes options, per https://developer.chrome.com/extensions/options. For my extension I need to give Google Apps administrators the ability to set and enforce the options at the Google Apps Organization level and disable users from modifying them. Does anyone know how to accomplish this? I'm not finding any help in the documentation or in searching online.

Thanks. Justin

有帮助吗?

解决方案

I don't know exactly how to work with it, but you can use storage.managed storageArea that is read-only and can (apparently) be populated from Google Apps policies for signed-in users.

More information on chrome.storage: API docs.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top