SignDoc DeviceConnector

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

SignDoc DeviceConnector là gì?

SignDoc DeviceConnector là một tiện ích mở rộng Chrome được phát triển bởi Kofax Inc., và tính năng chính của nó là "This extension enables the web-based capturing of signatures and images.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SignDoc DeviceConnector

Tải xuống các tệp mở rộng SignDoc DeviceConnector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SignDoc DeviceConnector SignDoc DeviceConnector
ID mjmgfgodldapcfepblcemihhdenlnimk
URL Chính Thức https://chromewebstore.google.com/detail/signdoc-deviceconnector/mjmgfgodldapcfepblcemihhdenlnimk
Mô tả This extension enables the web-based capturing of signatures and images.
Kích Thước Tệp 131 KB
Số Lần Cài Đặt 26,425
Phiên Bản Hiện Tại 1.0.12
Cập Nhật Lần Cuối 2018-02-12
Ngày Phát Hành 2018-02-12
Đánh Giá 3.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Kofax Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.kofax.com/Products/E-signature-and-Verification/SignDoc/Overview
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}