Topaz SigPlusExtLite Extension

The Topaz SigPlusExtLite Chrome Extension enables users to capture signatures on a wide variety of Topaz signature pads.

Cos'è Topaz SigPlusExtLite Extension?

Topaz SigPlusExtLite Extension è un'estensione di Chrome sviluppata da Topaz Systems Inc, e la sua funzione principale è "The Topaz SigPlusExtLite Chrome Extension enables users to capture signatures on a wide variety of Topaz signature pads.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Topaz SigPlusExtLite Extension

Scarica i file di estensione Topaz SigPlusExtLite Extension 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 Topaz SigPlusExtLite Chrome Extension offers a mechanism for website developers and integrators to capture data from Topaz signature pads or GemView tablets in web applications using formats supported by the SigPlusExtLite SDK.                    

Informazioni di Base sull'Estensione

Nome Topaz SigPlusExtLite Extension Topaz SigPlusExtLite Extension
ID dhcpobccjkdnmibckgpejmbpmpembgco
URL Ufficiale https://chromewebstore.google.com/detail/topaz-sigplusextlite-exte/dhcpobccjkdnmibckgpejmbpmpembgco
Descrizione The Topaz SigPlusExtLite Chrome Extension enables users to capture signatures on a wide variety of Topaz signature pads.
Dimensione del File 75.81 KB
Conteggio Installazioni 776,929
Versione Corrente 3.0.34.1
Ultimo Aggiornamento 2023-07-11
Data di Pubblicazione 2020-06-04
Valutazione 4.11/5 Totale 9 Valutazioni
Sviluppatore Topaz Systems Inc
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.topazsystems.com/
URL della Pagina di Aiuto https://www.topazsystems.com/sigplus_extlite.html
URL della Pagina della Politica sulla Privacy https://topazsystems.com/legal.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Topaz SigPlusExtLite Extension",
    "version": "3.0.34.1",
    "manifest_version": 2,
    "description": "The Topaz SigPlusExtLite Chrome Extension enables users to capture signatures on a wide variety of Topaz signature pads.",
    "minimum_chrome_version": "88",
    "background": {
        "scripts": [
            "SigPlusExtLiteBgExtn.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "SigPlusExtLiteWrapper.js"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "SigPlusExtLiteSigningChromeExt.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "nativeMessaging",
        "background",
        "system.display"
    ]
}