Custom Extensions on Managed Chromebooks

Posted by user417669 on Super User See other posts from Super User or by user417669
Published on 2013-10-27T21:02:52Z Indexed on 2013/10/27 21:56 UTC
Read the original article Hit count: 249

I am a developer looking for the best way to set up different schools with their own custom, private extensions (ie School A should be the only one with access to Extension A). Theoretically, I am aware that there are a few ways to get a custom, private extension pushed out on a domain:

  1. Host the .crx on a server and click "Specify a Custom App" in the management console.
  2. Create a Domain App by uploading a zip to the Chrome Web Store
  3. Upload the extension from my developer account to the Chrome Web Store and publish to a single "trusted tester," or make it unlisted

Option (1), hosting the .crx, has not been working. I am not sure why, but the extension is simply not pushing out. I link directly to the crx file, which has the right ID and MIME type, still, no dice. If anyone has any tips or suggestions for getting this to work, I would love to hear them!

Option (2), having the school create a domain app, seems a bit inefficient because it requires all schools to upload their own zip. So essentially I would have to email a zip file to the school, and have them publish it. All updates to the extension will also require a similar process, so this doesn't seem ideal.

I doubt that option (3) would work. If I published to the admin as a "trusted tester", I don't think that the other people in the domain would be able to access it. If it is unlisted, I do not know how an admin could find it in the Chrome Web Store dialog. Also, I would rather avoid security through obscurity.

Has anyone had success with hosting the extension and using the Specify a Custom App feature? Any other suggestions for getting a Custom Extension pushed out by the management console? Thanks so much!

© Super User or respective owner

Related posts about google-chrome

Related posts about google-chrome-extensions