Hanbiro Groupware Extension

Provides functionalities to get MAC address and information from USB devices

Was ist Hanbiro Groupware Extension?

Hanbiro Groupware Extension ist eine Chrome-Erweiterung, die von tskwon entwickelt wurde, und ihr Hauptmerkmal ist "Provides functionalities to get MAC address and information from USB devices".

Erweiterungsscreenshots

screenshot

Hanbiro Groupware Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hanbiro Groupware Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Hanbiro Groupware Extension Hanbiro Groupware Extension
ID cdpapgjhgkimamfcpkflabahneakellp
Offizielle URL https://chromewebstore.google.com/detail/hanbiro-groupware-extensi/cdpapgjhgkimamfcpkflabahneakellp
Beschreibung Provides functionalities to get MAC address and information from USB devices
Dateigröße 16.55 KB
Installationsanzahl 915
Aktuelle Version 2.0.0.6
Letztes Update 2022-09-30
Veröffentlichungsdatum 2015-06-04
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler tskwon
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}