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.
Eメール [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"
    ]
}