Topaz SigPlusExtLite Extension

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

Wat is Topaz SigPlusExtLite Extension?

Topaz SigPlusExtLite Extension is een Chrome-extensie ontwikkeld door Topaz Systems Inc, en de belangrijkste functie is "The Topaz SigPlusExtLite Chrome Extension enables users to capture signatures on a wide variety of Topaz signature pads.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Topaz SigPlusExtLite Extension

Download Topaz SigPlusExtLite 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

                        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.                    

Basisinformatie over de Extensie

Naam Topaz SigPlusExtLite Extension Topaz SigPlusExtLite Extension
ID dhcpobccjkdnmibckgpejmbpmpembgco
Officiële URL https://chromewebstore.google.com/detail/topaz-sigplusextlite-exte/dhcpobccjkdnmibckgpejmbpmpembgco
Beschrijving The Topaz SigPlusExtLite Chrome Extension enables users to capture signatures on a wide variety of Topaz signature pads.
Bestandsgrootte 75.81 KB
Aantal Installaties 776,929
Huidige Versie 3.0.34.1
Laatst Bijgewerkt 2023-07-11
Publicatiedatum 2020-06-04
Beoordeling 4.11/5 Totaal 9 Beoordelingen
Ontwikkelaar Topaz Systems Inc
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.topazsystems.com/
Help Pagina-URL https://www.topazsystems.com/sigplus_extlite.html
URL van de Privacybeleid Pagina https://topazsystems.com/legal.html
Ondersteunde Talen 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"
    ]
}