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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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