Topaz SigPlusExtLite Extension

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

Was ist Topaz SigPlusExtLite Extension?

Topaz SigPlusExtLite Extension ist eine Chrome-Erweiterung, die von Topaz Systems Inc entwickelt wurde, und ihr Hauptmerkmal ist "The Topaz SigPlusExtLite Chrome Extension enables users to capture signatures on a wide variety of Topaz signature pads.".

Erweiterungsscreenshots

screenshot

Topaz SigPlusExtLite Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Topaz SigPlusExtLite 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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Topaz SigPlusExtLite Extension Topaz SigPlusExtLite Extension
ID dhcpobccjkdnmibckgpejmbpmpembgco
Offizielle URL https://chromewebstore.google.com/detail/topaz-sigplusextlite-exte/dhcpobccjkdnmibckgpejmbpmpembgco
Beschreibung The Topaz SigPlusExtLite Chrome Extension enables users to capture signatures on a wide variety of Topaz signature pads.
Dateigröße 75.81 KB
Installationsanzahl 776,929
Aktuelle Version 3.0.34.1
Letztes Update 2023-07-11
Veröffentlichungsdatum 2020-06-04
Bewertung 4.11/5 Insgesamt 9 Bewertungen
Entwickler Topaz Systems Inc
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.topazsystems.com/
Hilfeseite URL https://www.topazsystems.com/sigplus_extlite.html
URL der Datenschutzrichtlinien-Seite https://topazsystems.com/legal.html
Unterstützte Sprachen 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"
    ]
}