Chromebook Update Nag Screen
Managed Chromebook - check for chromebook updates
What is Chromebook Update Nag Screen?
Chromebook Update Nag Screen is a Chrome extension developed by Mr Lee Teaches, and its main feature is "Managed Chromebook - check for chromebook updates".
Extension Screenshots
Download Chromebook Update Nag Screen Extension CRX File
Download Chromebook Update Nag Screen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension to check for Chrome version on district managed Chromebooks and ask them to update if version is out of date.
Extension Basic Information
Name | |
ID | ohjnpglompgfabihmcgjjmkeegkoiill |
Official URL | https://chrome.google.com/webstore/detail/chromebook-update-nag-scr/ohjnpglompgfabihmcgjjmkeegkoiill |
Description | Managed Chromebook - check for chromebook updates |
File Size | 26.31 KB |
Installation Count | 116 |
Current Version | 1.0.2 |
Last Updated | 2019-05-27 |
Publish Date | 2019-05-23 |
Developer | Mr Lee Teaches |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://developer.chrome.com/webstore/terms |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chromebook Update Nag Screen", "description": "Managed Chromebook - check for chromebook updates", "version": "1.0.2", "icons": { "16": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.min.js" ] }, "permissions": [ "background", "identity", "identity.email", "http:\/\/*\/", "https:\/\/*\/", "tabs", "enterprise.deviceAttributes" ], "manifest_version": 2 } |