Azentio Twain Control 1.0.2

Sends native messages to Azentio Twain Control for Chrome.

什么是Azentio Twain Control 1.0.2?

Azentio Twain Control 1.0.2是由Azentio开发的Chrome扩展程序,该扩展的主要功能是“Sends native messages to Azentio Twain Control for Chrome.”。

扩展截图

screenshot

下载Azentio Twain Control 1.0.2扩展crx文件

下载Azentio Twain Control 1.0.2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Process and scan documents, of TWAIN compatible scanner devices, and send the data as Base64 string to the provided URL. It can scan documents and images as single page or from feeder.                    

扩展基本信息

名称 Azentio Twain Control 1.0.2 Azentio Twain Control 1.0.2
ID pkhcpmkiodmbcododdelihfadklehpem
官方URL https://chromewebstore.google.com/detail/azentio-twain-control-102/pkhcpmkiodmbcododdelihfadklehpem
简介 Sends native messages to Azentio Twain Control for Chrome.
文件大小 14.48 KB
安装次数 121
当前版本 1.0.5
更新时间 2022-06-14
上架时间 2019-09-19
开发者 Azentio
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.azentio.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Azentio Twain Control 1.0.2",
    "permissions": [
        "nativeMessaging"
    ],
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Sends native messages to Azentio Twain Control for Chrome.",
    "background": {
        "page": "window.html"
    },
    "icons": {
        "32": "azentio_small.ico",
        "128": "azentio_large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}