Azentio Twain Control 1.0.2

Sends native messages to Azentio Twain Control for Chrome.

Azentio Twain Control 1.0.2 là gì?

Azentio Twain Control 1.0.2 là một tiện ích mở rộng Chrome được phát triển bởi Azentio, và tính năng chính của nó là "Sends native messages to Azentio Twain Control for Chrome.".

Ả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 Azentio Twain Control 1.0.2

Tải xuống các tệp mở rộng Azentio Twain Control 1.0.2 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

                        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.                    

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

Tên Azentio Twain Control 1.0.2 Azentio Twain Control 1.0.2
ID pkhcpmkiodmbcododdelihfadklehpem
URL Chính Thức https://chromewebstore.google.com/detail/azentio-twain-control-102/pkhcpmkiodmbcododdelihfadklehpem
Mô tả Sends native messages to Azentio Twain Control for Chrome.
Kích Thước Tệp 14.48 KB
Số Lần Cài Đặt 121
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2022-06-14
Ngày Phát Hành 2019-09-19
Nhà Phát Triển Azentio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.azentio.com/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}