SignDoc DeviceConnector

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

Vad är SignDoc DeviceConnector?

SignDoc DeviceConnector är en Chrome-tillägg utvecklad av Kofax Inc., och dess huvudfunktion är "This extension enables the web-based capturing of signatures and images.".

Tilläggsskärmbilder

screenshot

Ladda ner SignDoc DeviceConnector-förlängningens CRX-fil

Ladda ner SignDoc DeviceConnector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn SignDoc DeviceConnector SignDoc DeviceConnector
ID mjmgfgodldapcfepblcemihhdenlnimk
Officiell webbadress https://chromewebstore.google.com/detail/signdoc-deviceconnector/mjmgfgodldapcfepblcemihhdenlnimk
Beskrivning This extension enables the web-based capturing of signatures and images.
Filstorlek 131 KB
Antal Installationer 26,425
Aktuell Version 1.0.12
Senast Uppdaterad 2018-02-12
Publiceringsdatum 2018-02-12
Betyg 3.25/5 Totalt 4 Betyg
Utvecklare Kofax Inc.
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.kofax.com/Products/E-signature-and-Verification/SignDoc/Overview
Stödda Språk 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"
    ]
}