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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Topaz Systems Inc และคุณลักษณะหลักของมันคือ "The SigCaptureWebSDK Chrome Extension enables users to capture signatures on ePad Link signature pads."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ePadLink SigCaptureWeb SDK Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        ""
    ]
}