Hanbiro Groupware Extension

Provides functionalities to get MAC address and information from USB devices

Wat is Hanbiro Groupware Extension?

Hanbiro Groupware Extension is een Chrome-extensie ontwikkeld door tskwon, en de belangrijkste functie is "Provides functionalities to get MAC address and information from USB devices".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hanbiro Groupware Extension

Download Hanbiro Groupware Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Hanbiro Groupware Extension Hanbiro Groupware Extension
ID cdpapgjhgkimamfcpkflabahneakellp
Officiële URL https://chromewebstore.google.com/detail/hanbiro-groupware-extensi/cdpapgjhgkimamfcpkflabahneakellp
Beschrijving Provides functionalities to get MAC address and information from USB devices
Bestandsgrootte 16.55 KB
Aantal Installaties 915
Huidige Versie 2.0.0.6
Laatst Bijgewerkt 2022-09-30
Publicatiedatum 2015-06-04
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar tskwon
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}