SignDoc DeviceConnector

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

Co je SignDoc DeviceConnector?

SignDoc DeviceConnector je rozšíření Chrome vyvinuté Kofax Inc., a jeho hlavní funkcí je „This extension enables the web-based capturing of signatures and images.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SignDoc DeviceConnector

Stáhněte si soubory rozšíření SignDoc DeviceConnector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název SignDoc DeviceConnector SignDoc DeviceConnector
ID mjmgfgodldapcfepblcemihhdenlnimk
Oficiální URL https://chromewebstore.google.com/detail/signdoc-deviceconnector/mjmgfgodldapcfepblcemihhdenlnimk
Popis This extension enables the web-based capturing of signatures and images.
Velikost souboru 131 KB
Počet instalací 26,425
Aktuální Verze 1.0.12
Poslední Aktualizace 2018-02-12
Datum Vydání 2018-02-12
Hodnocení 3.25/5 Celkem 4 Hodnocení
Vývojář Kofax Inc.
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.kofax.com/Products/E-signature-and-Verification/SignDoc/Overview
Podporované Jazyky 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"
    ]
}