Topaz SigPlusExtLite Extension

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

Apa itu Topaz SigPlusExtLite Extension?

Topaz SigPlusExtLite Extension adalah ekstensi Chrome yang dikembangkan oleh Topaz Systems Inc, dan fitur utamanya adalah "The Topaz SigPlusExtLite Chrome Extension enables users to capture signatures on a wide variety of Topaz signature pads.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Topaz SigPlusExtLite Extension

Unduh file ekstensi Topaz SigPlusExtLite Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Topaz SigPlusExtLite Extension Topaz SigPlusExtLite Extension
ID dhcpobccjkdnmibckgpejmbpmpembgco
URL Resmi https://chromewebstore.google.com/detail/topaz-sigplusextlite-exte/dhcpobccjkdnmibckgpejmbpmpembgco
Deskripsi The Topaz SigPlusExtLite Chrome Extension enables users to capture signatures on a wide variety of Topaz signature pads.
Ukuran File 75.81 KB
Jumlah Instalasi 776,929
Versi Saat Ini 3.0.34.1
Terakhir Diperbarui 2023-07-11
Tanggal Publikasi 2020-06-04
Penilaian 4.11/5 Total 9 Penilaian
Pengembang Topaz Systems Inc
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.topazsystems.com/
URL Halaman Bantuan https://www.topazsystems.com/sigplus_extlite.html
URL Halaman Kebijakan Privasi https://topazsystems.com/legal.html
Bahasa yang Didukung 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"
    ]
}