ePadLink SigCaptureWeb SDK Extension

The SigCaptureWebSDK Chrome Extension enables users to capture signatures on ePad Link signature pads.

什么是ePadLink SigCaptureWeb SDK Extension?

ePadLink SigCaptureWeb SDK Extension是由Topaz Systems Inc开发的Chrome扩展程序,该扩展的主要功能是“The SigCaptureWebSDK Chrome Extension enables users to capture signatures on ePad Link signature pads.”。

扩展截图

screenshot

下载ePadLink SigCaptureWeb SDK Extension扩展crx文件

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

扩展使用说明

                        The ePadLink SigCaptureWeb SDK Extension allows developers and integrators to easily capture handwritten signatures securely in web applications running in the Chrome browser, and to bind those signatures to the document being signed.                    

扩展基本信息

名称 ePadLink SigCaptureWeb SDK Extension ePadLink SigCaptureWeb SDK Extension
ID idldbjenlmipmpigmfamdlfifkkeaplc
官方URL https://chromewebstore.google.com/detail/epadlink-sigcaptureweb-sd/idldbjenlmipmpigmfamdlfifkkeaplc
简介 The SigCaptureWebSDK Chrome Extension enables users to capture signatures on ePad Link signature pads.
文件大小 21.84 KB
安装次数 211,446
当前版本 1.2.7.0
更新时间 2023-02-10
上架时间 2017-09-19
评分 3.09/5 共11次评分
开发者 Topaz Systems Inc
电子邮箱 [email protected]
付费类型 free
扩展官网 http://epadlink.com
隐私政策页面URL https://topazsystems.com/legal.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ePadLink SigCaptureWeb SDK Extension",
    "version": "1.2.7.0",
    "manifest_version": 2,
    "description": "The SigCaptureWebSDK Chrome Extension enables users to capture signatures on ePad Link signature pads.",
    "minimum_chrome_version": "23",
    "background": {
        "scripts": [
            "SigCaptureWebBgExtn.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "SigCaptureWebSigningChromeExtn.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "nativeMessaging",
        ""
    ]
}