USB Digital Sign

Connect web and java application for usb digital sign

Cos'è USB Digital Sign?

USB Digital Sign è un'estensione di Chrome sviluppata da FTI, e la sua funzione principale è "Connect web and java application for usb digital sign".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione USB Digital Sign

Scarica i file di estensione USB Digital Sign in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The Extension supports to communicate between web page and java sign application                    

Informazioni di Base sull'Estensione

Nome USB Digital Sign USB Digital Sign
ID bimhgondomiohgkheomeimhmglemfinc
URL Ufficiale https://chrome.google.com/webstore/detail/usb-digital-sign/bimhgondomiohgkheomeimhmglemfinc
Descrizione Connect web and java application for usb digital sign
Dimensione del File 24.3 KB
Conteggio Installazioni 72
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-09-18
Data di Pubblicazione 2020-09-18
Sviluppatore FTI
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "USB Digital Sign",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Connect web and java application for usb digital sign",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.devvas.xyz\/*",
                "*:\/\/*.invoice.fpt.work\/*",
                "*:\/\/*.invoice.fptdata.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        "*:\/\/*.devvas.xyz\/*",
        "*:\/\/*.invoice.fpt.work\/*",
        "*:\/\/*.invoice.fptdata.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.devvas.xyz\/*",
            "*:\/\/*.invoice.fpt.work\/*",
            "*:\/\/*.invoice.fptdata.com\/*"
        ]
    }
}