Hanbiro Groupware Extension

Provides functionalities to get MAC address and information from USB devices

Hanbiro Groupware Extensionとは何ですか?

Hanbiro Groupware Extensionはtskwonによって開発されたChromeの拡張機能で、その主な機能は「Provides functionalities to get MAC address and information from USB devices」です。

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

screenshot

Hanbiro Groupware Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Provides functionalities to get MAC address and information from USB devices
It utilities for groupware system                    

拡張機能の基本情報

名前 Hanbiro Groupware Extension Hanbiro Groupware Extension
ID cdpapgjhgkimamfcpkflabahneakellp
公式URL https://chromewebstore.google.com/detail/hanbiro-groupware-extensi/cdpapgjhgkimamfcpkflabahneakellp
説明 Provides functionalities to get MAC address and information from USB devices
ファイルサイズ 16.55 KB
インストール数 915
現在のバージョン 2.0.0.6
最終更新日 2022-09-30
公開日 2015-06-04
評価 5.00/5 合計 2 レビュー
開発者 tskwon
Eメール [email protected]
支払い方法 free
対応言語 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlu+UMX6Ewj\/zgi7mQujAcM0ZtIdNJnHtCWxeGe\/ZDXIpB0ZJV0oqPybI8co7TdAPMIlktXyWIh+aNu29ndac\/QAsPYm3fDy1eAwHLfUQOehzihzlKk+vgDZTg1iyzArPEwi+sgWnKiN3t77Gubx8kgD5LEwB\/Ds0KcyKICCksqBUv3bu0jozI\/BMHjXDXxh7MXkme4lx\/EHcKK0hG6bz4uSehrQ1lF94d9PlEaHTneNpsg6ECkLPIpU7DlH1ddnc4xgtGdsd89pU8mLvplwLjD37BiYuRWNh\/TUNzJvZjUAcyqjXohDVT866QvS4A8tYBaaeze\/ymJZrznJ2p0C9AwIDAQAB",
    "manifest_version": 3,
    "name": "Hanbiro Groupware Extension",
    "version": "2.0.0.6",
    "description": "Provides functionalities to get MAC address and information from USB devices",
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "detect.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}