Topaz SigPlusExtLite Extension

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

Qu'est-ce que Topaz SigPlusExtLite Extension ?

Topaz SigPlusExtLite Extension est une extension Chrome développée par Topaz Systems Inc, et sa fonction principale est "The Topaz SigPlusExtLite Chrome Extension enables users to capture signatures on a wide variety of Topaz signature pads.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Topaz SigPlusExtLite Extension

Téléchargez les fichiers d'extension Topaz SigPlusExtLite Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Topaz SigPlusExtLite Extension Topaz SigPlusExtLite Extension
ID dhcpobccjkdnmibckgpejmbpmpembgco
URL Officiel https://chromewebstore.google.com/detail/topaz-sigplusextlite-exte/dhcpobccjkdnmibckgpejmbpmpembgco
Description The Topaz SigPlusExtLite Chrome Extension enables users to capture signatures on a wide variety of Topaz signature pads.
Taille du Fichier 75.81 KB
Nombre d'Installations 776,929
Version Actuelle 3.0.34.1
Dernière Mise à Jour 2023-07-11
Date de Publication 2020-06-04
Évaluation 4.11/5 Total 9 Évaluations
Développeur Topaz Systems Inc
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.topazsystems.com/
URL de la Page d'Aide https://www.topazsystems.com/sigplus_extlite.html
URL de la Page de Politique de Confidentialité https://topazsystems.com/legal.html
Langues Prises en Charge 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"
    ]
}