Chromebook Device Info
Chromebook Device Information.
什么是Chromebook Device Info?
Chromebook Device Info是由semalpatil开发的Chrome扩展程序,该扩展的主要功能是“Chromebook Device Information.”。
扩展截图
下载Chromebook Device Info扩展crx文件
下载Chromebook Device Info扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension displays all the possible device related information that is available to the extension. Added many more enterprise related properties in this new version. This started more of an educational exercise, but due to feedback from active users, it looks like it is being used. In the beginning main purpose of publishing this was to figure out how the chrome.enterprise.deviceAttributes really works. This setting only works if the extension is applied from a policy from GSuite. As there is no other way to test this setting without publishing, I created this small extensions that also displays all the possible info bits available for a non dev channel release. Dev channel release has a couple of more info settings.
扩展基本信息
名称 | |
ID | fonnndfldddonnmjebmnnhbkcpoiagmp |
官方URL | https://chrome.google.com/webstore/detail/chromebook-device-info/fonnndfldddonnmjebmnnhbkcpoiagmp |
简介 | Chromebook Device Information. |
文件大小 | 6.65 KB |
安装次数 | 1,000 |
当前版本 | 3.1 |
更新时间 | 2021-11-01 |
上架时间 | 2018-02-14 |
评分 | 4.50/5 共2次评分 |
开发者 | semalpatil |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chromebook Device Info", "short_name": "Chromebook Device Info", "description": "Chromebook Device Information.", "version": "3.1", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "icons": { "128": "DI.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "system.storage", "system.cpu", "system.memory", "identity.email", "enterprise.deviceAttributes", "enterprise.hardwarePlatform", "enterprise.networkingAttributes" ] } |