ePadLink SigCaptureWeb SDK Extension

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

What is ePadLink SigCaptureWeb SDK Extension?

ePadLink SigCaptureWeb SDK Extension is a Chrome extension developed by Topaz Systems Inc, and its main feature is "The SigCaptureWebSDK Chrome Extension enables users to capture signatures on ePad Link signature pads.".

Extension Screenshots

screenshot

Download ePadLink SigCaptureWeb SDK Extension Extension CRX File

Download ePadLink SigCaptureWeb SDK Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ePadLink SigCaptureWeb SDK Extension ePadLink SigCaptureWeb SDK Extension
ID idldbjenlmipmpigmfamdlfifkkeaplc
Official URL https://chromewebstore.google.com/detail/epadlink-sigcaptureweb-sd/idldbjenlmipmpigmfamdlfifkkeaplc
Description The SigCaptureWebSDK Chrome Extension enables users to capture signatures on ePad Link signature pads.
File Size 21.84 KB
Installation Count 211,446
Current Version 1.2.7.0
Last Updated 2023-02-10
Publish Date 2017-09-19
Rating 3.09/5 Total 11 Ratings
Developer Topaz Systems Inc
Email [email protected]
Payment Type free
Extension Website http://epadlink.com
Privacy Policy Page URL https://topazsystems.com/legal.html
Supported Languages 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",
        ""
    ]
}