SignDoc DeviceConnector

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

Wat is SignDoc DeviceConnector?

SignDoc DeviceConnector is een Chrome-extensie ontwikkeld door Kofax Inc., en de belangrijkste functie is "This extension enables the web-based capturing of signatures and images.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SignDoc DeviceConnector

Download SignDoc DeviceConnector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SignDoc DeviceConnector SignDoc DeviceConnector
ID mjmgfgodldapcfepblcemihhdenlnimk
Officiële URL https://chromewebstore.google.com/detail/signdoc-deviceconnector/mjmgfgodldapcfepblcemihhdenlnimk
Beschrijving This extension enables the web-based capturing of signatures and images.
Bestandsgrootte 131 KB
Aantal Installaties 26,425
Huidige Versie 1.0.12
Laatst Bijgewerkt 2018-02-12
Publicatiedatum 2018-02-12
Beoordeling 3.25/5 Totaal 4 Beoordelingen
Ontwikkelaar Kofax Inc.
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.kofax.com/Products/E-signature-and-Verification/SignDoc/Overview
Ondersteunde Talen 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"
    ]
}