ePadLink SigCaptureWeb SDK Extension

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

ePadLink SigCaptureWeb SDK Extension là gì?

ePadLink SigCaptureWeb SDK Extension là một tiện ích mở rộng Chrome được phát triển bởi Topaz Systems Inc, và tính năng chính của nó là "The SigCaptureWebSDK Chrome Extension enables users to capture signatures on ePad Link signature pads.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ePadLink SigCaptureWeb SDK Extension

Tải xuống các tệp mở rộng ePadLink SigCaptureWeb SDK Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ePadLink SigCaptureWeb SDK Extension ePadLink SigCaptureWeb SDK Extension
ID idldbjenlmipmpigmfamdlfifkkeaplc
URL Chính Thức https://chromewebstore.google.com/detail/epadlink-sigcaptureweb-sd/idldbjenlmipmpigmfamdlfifkkeaplc
Mô tả The SigCaptureWebSDK Chrome Extension enables users to capture signatures on ePad Link signature pads.
Kích Thước Tệp 21.84 KB
Số Lần Cài Đặt 211,446
Phiên Bản Hiện Tại 1.2.7.0
Cập Nhật Lần Cuối 2023-02-10
Ngày Phát Hành 2017-09-19
Đánh Giá 3.09/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Topaz Systems Inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://epadlink.com
URL Trang Chính Sách Bảo Mật https://topazsystems.com/legal.html
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}