SignDoc DeviceConnector

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

什麼是SignDoc DeviceConnector?

SignDoc DeviceConnector是由Kofax Inc.開發的Chrome擴展程式,該擴展的主要功能是“This extension enables the web-based capturing of signatures and images.”。

擴展截圖

screenshot

下載SignDoc DeviceConnector擴展crx文件

下載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
官方網址 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"
    ]
}