SignDoc DeviceConnector

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

What is SignDoc DeviceConnector?

SignDoc DeviceConnector is a Chrome extension developed by Kofax Inc., and its main feature is "This extension enables the web-based capturing of signatures and images.".

Extension Screenshots

screenshot

Download SignDoc DeviceConnector Extension CRX File

Download SignDoc DeviceConnector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SignDoc DeviceConnector SignDoc DeviceConnector
ID mjmgfgodldapcfepblcemihhdenlnimk
Official URL https://chromewebstore.google.com/detail/signdoc-deviceconnector/mjmgfgodldapcfepblcemihhdenlnimk
Description This extension enables the web-based capturing of signatures and images.
File Size 131 KB
Installation Count 26,425
Current Version 1.0.12
Last Updated 2018-02-12
Publish Date 2018-02-12
Rating 3.25/5 Total 4 Ratings
Developer Kofax Inc.
Email [email protected]
Payment Type free
Extension Website http://www.kofax.com/Products/E-signature-and-Verification/SignDoc/Overview
Supported Languages 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"
    ]
}