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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}