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