SignDoc DeviceConnector

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

Qu'est-ce que SignDoc DeviceConnector ?

SignDoc DeviceConnector est une extension Chrome développée par Kofax Inc., et sa fonction principale est "This extension enables the web-based capturing of signatures and images.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SignDoc DeviceConnector

Téléchargez les fichiers d'extension SignDoc DeviceConnector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SignDoc DeviceConnector SignDoc DeviceConnector
ID mjmgfgodldapcfepblcemihhdenlnimk
URL Officiel https://chromewebstore.google.com/detail/signdoc-deviceconnector/mjmgfgodldapcfepblcemihhdenlnimk
Description This extension enables the web-based capturing of signatures and images.
Taille du Fichier 131 KB
Nombre d'Installations 26,425
Version Actuelle 1.0.12
Dernière Mise à Jour 2018-02-12
Date de Publication 2018-02-12
Évaluation 3.25/5 Total 4 Évaluations
Développeur Kofax Inc.
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.kofax.com/Products/E-signature-and-Verification/SignDoc/Overview
Langues Prises en Charge 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"
    ]
}