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