Chrome Device Info

Shows detailed info about an enterprise enrolled Chrome device.

Chrome Device Infoとは何ですか?

Chrome Device InfoはJay Leeによって開発されたChromeの拡張機能で、その主な機能は「Shows detailed info about an enterprise enrolled Chrome device.」です。

拡張機能のスクリーンショット

screenshot

Chrome Device Info拡張機能のCRXファイルをダウンロード

Chrome Device Info拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Shows detailed info about an enterprise enrolled Chrome device including model, serial number, MAC addresses org unit, user, location and asset ID. In order for this extension to work properly it must be force installed from the admin console to a managed user on a managed device.                    

拡張機能の基本情報

名前 Chrome Device Info Chrome Device Info
ID gbhbpcekmnphpkpkepfailabmnbfcdjb
公式URL https://chrome.google.com/webstore/detail/chrome-device-info/gbhbpcekmnphpkpkepfailabmnbfcdjb
説明 Shows detailed info about an enterprise enrolled Chrome device.
ファイルサイズ 22.58 KB
インストール数 81,174
現在のバージョン 1.91
最終更新日 2021-09-29
公開日 2019-01-24
評価 2.33/5 合計 3 レビュー
開発者 Jay Lee
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/jay0lee/cros-info
ヘルプページのURL https://github.com/jay0lee/cros-info/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Device Info",
    "short_name": "Chrome Info",
    "description": "Shows detailed info about an enterprise enrolled Chrome device.",
    "version": "1.91",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Chrome Device Info"
    },
    "minimum_chrome_version": "88",
    "permissions": [
        "identity",
        "identity.email",
        "enterprise.deviceAttributes",
        "enterprise.networkingAttributes"
    ],
    "host_permissions": [
        "https:\/\/cros-info.appspot.com\/*"
    ],
    "storage": {
        "managed_schema": "schema.json"
    }
}