Azentio Twain Control
Sends native messages to Azentio Twain Control for Chrome.
Apa itu Azentio Twain Control?
Azentio Twain Control adalah ekstensi Chrome yang dikembangkan oleh Azentio, dan fitur utamanya adalah "Sends native messages to Azentio Twain Control for Chrome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Azentio Twain Control
Unduh file ekstensi Azentio Twain Control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Aquire TWAIN images from TWAIN/WIA devices into iMAL.
Informasi Dasar Ekstensi
Nama | Azentio Twain Control |
ID | cdoegefmglgdphppcmllaiffhkfbolje |
URL Resmi | https://chromewebstore.google.com/detail/azentio-twain-control/cdoegefmglgdphppcmllaiffhkfbolje |
Deskripsi | Sends native messages to Azentio Twain Control for Chrome. |
Ukuran File | 14.66 KB |
Jumlah Instalasi | 1,501 |
Versi Saat Ini | 1.0.8 |
Terakhir Diperbarui | 2022-06-14 |
Tanggal Publikasi | 2018-12-05 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Azentio |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.azentio.com/ |
Bahasa yang Didukung | 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" ] } ] } |