Chromebook Update Nag Screen
Managed Chromebook - check for chromebook updates
Chromebook Update Nag Screenとは何ですか?
Chromebook Update Nag ScreenはMr Lee Teachesによって開発されたChromeの拡張機能で、その主な機能は「Managed Chromebook - check for chromebook updates」です。
拡張機能のスクリーンショット
Chromebook Update Nag Screen拡張機能のCRXファイルをダウンロード
Chromebook Update Nag Screen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension to check for Chrome version on district managed Chromebooks and ask them to update if version is out of date.
拡張機能の基本情報
名前 | |
ID | ohjnpglompgfabihmcgjjmkeegkoiill |
公式URL | https://chrome.google.com/webstore/detail/chromebook-update-nag-scr/ohjnpglompgfabihmcgjjmkeegkoiill |
説明 | Managed Chromebook - check for chromebook updates |
ファイルサイズ | 26.31 KB |
インストール数 | 116 |
現在のバージョン | 1.0.2 |
最終更新日 | 2019-05-27 |
公開日 | 2019-05-23 |
開発者 | Mr Lee Teaches |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://developer.chrome.com/webstore/terms |
対応言語 | 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 } |