Chromebook Device Info

Chromebook Device Information.

Chromebook Device Infoとは何ですか?

Chromebook Device Infoはsemalpatilによって開発されたChromeの拡張機能で、その主な機能は「Chromebook Device Information.」です。

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

screenshot

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.                    

拡張機能の基本情報

名前 Chromebook Device Info Chromebook Device Info
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
Eメール [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"
    ]
}