ePadLink SigCaptureWeb SDK Extension

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

Co to jest ePadLink SigCaptureWeb SDK Extension?

ePadLink SigCaptureWeb SDK Extension to rozszerzenie Chrome opracowane przez Topaz Systems Inc, a jego główną funkcją jest „The SigCaptureWebSDK Chrome Extension enables users to capture signatures on ePad Link signature pads.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ePadLink SigCaptureWeb SDK Extension

Pobierz pliki rozszerzeń ePadLink SigCaptureWeb SDK Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ePadLink SigCaptureWeb SDK Extension ePadLink SigCaptureWeb SDK Extension
ID idldbjenlmipmpigmfamdlfifkkeaplc
Oficjalny URL https://chromewebstore.google.com/detail/epadlink-sigcaptureweb-sd/idldbjenlmipmpigmfamdlfifkkeaplc
Opis The SigCaptureWebSDK Chrome Extension enables users to capture signatures on ePad Link signature pads.
Rozmiar pliku 21.84 KB
Liczba instalacji 211,446
Aktualna Wersja 1.2.7.0
Ostatnia Aktualizacja 2023-02-10
Data Publikacji 2017-09-19
Ocena 3.09/5 Łącznie 11 Oceny
Deweloper Topaz Systems Inc
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://epadlink.com
Adres URL Strony Polityki Prywatności https://topazsystems.com/legal.html
Obsługiwane Języki 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",
        ""
    ]
}