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