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开发的Chrome扩展程序,该扩展的主要功能是“The Topaz SigPlusExtLite Chrome Extension enables users to capture signatures on a wide variety of Topaz signature pads.”。

扩展截图

screenshot

下载Topaz SigPlusExtLite Extension扩展crx文件

下载Topaz SigPlusExtLite Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}