SignDoc DeviceConnector

This extension enables the web-based capturing of signatures and images.

Cos'è SignDoc DeviceConnector?

SignDoc DeviceConnector è un'estensione di Chrome sviluppata da Kofax Inc., e la sua funzione principale è "This extension enables the web-based capturing of signatures and images.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SignDoc DeviceConnector

Scarica i file di estensione SignDoc DeviceConnector 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

                        This extension enables the web-based capturing of images and handwritten signatures using Chrome as browser and SignDoc. It requires additionally  the installation of the DeviceConnector on your local computer. Using the DeviceConnector it is possible to capture high quality biometric signatures from a signature capture device.                    

Informazioni di Base sull'Estensione

Nome SignDoc DeviceConnector SignDoc DeviceConnector
ID mjmgfgodldapcfepblcemihhdenlnimk
URL Ufficiale https://chromewebstore.google.com/detail/signdoc-deviceconnector/mjmgfgodldapcfepblcemihhdenlnimk
Descrizione This extension enables the web-based capturing of signatures and images.
Dimensione del File 131 KB
Conteggio Installazioni 26,425
Versione Corrente 1.0.12
Ultimo Aggiornamento 2018-02-12
Data di Pubblicazione 2018-02-12
Valutazione 3.25/5 Totale 4 Valutazioni
Sviluppatore Kofax Inc.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.kofax.com/Products/E-signature-and-Verification/SignDoc/Overview
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.12",
    "icons": {
        "128": "deviceconnector128.png",
        "48": "deviceconnector48.png",
        "16": "deviceconnector16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        "management"
    ]
}