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 |
电子邮箱 | [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 } |