ePadLink SigCaptureWeb SDK Extension

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

Cos'è ePadLink SigCaptureWeb SDK Extension?

ePadLink SigCaptureWeb SDK Extension è un'estensione di Chrome sviluppata da Topaz Systems Inc, e la sua funzione principale è "The SigCaptureWebSDK Chrome Extension enables users to capture signatures on ePad Link signature pads.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ePadLink SigCaptureWeb SDK Extension

Scarica i file di estensione ePadLink SigCaptureWeb SDK Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ePadLink SigCaptureWeb SDK Extension ePadLink SigCaptureWeb SDK Extension
ID idldbjenlmipmpigmfamdlfifkkeaplc
URL Ufficiale https://chromewebstore.google.com/detail/epadlink-sigcaptureweb-sd/idldbjenlmipmpigmfamdlfifkkeaplc
Descrizione The SigCaptureWebSDK Chrome Extension enables users to capture signatures on ePad Link signature pads.
Dimensione del File 21.84 KB
Conteggio Installazioni 211,446
Versione Corrente 1.2.7.0
Ultimo Aggiornamento 2023-02-10
Data di Pubblicazione 2017-09-19
Valutazione 3.09/5 Totale 11 Valutazioni
Sviluppatore Topaz Systems Inc
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://epadlink.com
URL della Pagina della Politica sulla Privacy https://topazsystems.com/legal.html
Lingue Supportate 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",
        ""
    ]
}