SignDoc DeviceConnector

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

SignDoc DeviceConnector क्या है?

SignDoc DeviceConnector Kofax Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enables the web-based capturing of signatures and images."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SignDoc DeviceConnector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम SignDoc DeviceConnector SignDoc DeviceConnector
ID mjmgfgodldapcfepblcemihhdenlnimk
आधिकारिक URL https://chromewebstore.google.com/detail/signdoc-deviceconnector/mjmgfgodldapcfepblcemihhdenlnimk
विवरण This extension enables the web-based capturing of signatures and images.
फ़ाइल का आकार 131 KB
स्थापना संख्या 26,425
वर्तमान संस्करण 1.0.12
अंतिम अपडेट 2018-02-12
प्रकाशन तिथि 2018-02-12
रेटिंग 3.25/5 कुल 4 रेटिंग्स
डेवलपर Kofax Inc.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.kofax.com/Products/E-signature-and-Verification/SignDoc/Overview
समर्थित भाषाएँ 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"
    ]
}