SignDoc DeviceConnector

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

Τι είναι το SignDoc DeviceConnector;

Το SignDoc DeviceConnector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kofax Inc., και η κύρια λειτουργία του είναι "This extension enables the web-based capturing of signatures and images.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης SignDoc DeviceConnector

Λήψη αρχείων επέκτασης SignDoc DeviceConnector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}