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
Eメール [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",
        ""
    ]
}