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