Azentio Twain Control

Sends native messages to Azentio Twain Control for Chrome.

Azentio Twain Control là gì?

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

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

                        Aquire TWAIN images from TWAIN/WIA devices into iMAL.                    

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

Tên Azentio Twain Control Azentio Twain Control
ID cdoegefmglgdphppcmllaiffhkfbolje
URL Chính Thức https://chromewebstore.google.com/detail/azentio-twain-control/cdoegefmglgdphppcmllaiffhkfbolje
Mô tả Sends native messages to Azentio Twain Control for Chrome.
Kích Thước Tệp 14.66 KB
Số Lần Cài Đặt 1,501
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2022-06-14
Ngày Phát Hành 2018-12-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
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-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Azentio Twain Control",
    "permissions": [
        "nativeMessaging"
    ],
    "version": "1.0.8",
    "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"
            ]
        }
    ]
}