Topaz SigPlusExtLite Extension

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

Topaz SigPlusExtLite Extension क्या है?

Topaz SigPlusExtLite Extension Topaz Systems Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Topaz SigPlusExtLite Chrome Extension enables users to capture signatures on a wide variety of Topaz signature pads."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Topaz SigPlusExtLite Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Topaz SigPlusExtLite Extension Topaz SigPlusExtLite Extension
ID dhcpobccjkdnmibckgpejmbpmpembgco
आधिकारिक URL https://chromewebstore.google.com/detail/topaz-sigplusextlite-exte/dhcpobccjkdnmibckgpejmbpmpembgco
विवरण The Topaz SigPlusExtLite Chrome Extension enables users to capture signatures on a wide variety of Topaz signature pads.
फ़ाइल का आकार 75.81 KB
स्थापना संख्या 776,929
वर्तमान संस्करण 3.0.34.1
अंतिम अपडेट 2023-07-11
प्रकाशन तिथि 2020-06-04
रेटिंग 4.11/5 कुल 9 रेटिंग्स
डेवलपर Topaz Systems Inc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.topazsystems.com/
सहायता पृष्ठ URL https://www.topazsystems.com/sigplus_extlite.html
गोपनीयता नीति पृष्ठ URL https://topazsystems.com/legal.html
समर्थित भाषाएँ 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"
    ]
}