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
官方網址 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",
        ""
    ]
}