Azentio Twain Control
Sends native messages to Azentio Twain Control for Chrome.
What is Azentio Twain Control?
Azentio Twain Control is a Chrome extension developed by Azentio, and its main feature is "Sends native messages to Azentio Twain Control for Chrome.".
Extension Screenshots
Download Azentio Twain Control Extension CRX File
Download Azentio Twain Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Aquire TWAIN images from TWAIN/WIA devices into iMAL.
Extension Basic Information
Name | Azentio Twain Control |
ID | cdoegefmglgdphppcmllaiffhkfbolje |
Official URL | https://chromewebstore.google.com/detail/azentio-twain-control/cdoegefmglgdphppcmllaiffhkfbolje |
Description | Sends native messages to Azentio Twain Control for Chrome. |
File Size | 14.66 KB |
Installation Count | 1,501 |
Current Version | 1.0.8 |
Last Updated | 2022-06-14 |
Publish Date | 2018-12-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Azentio |
[email protected] | |
Payment Type | free |
Extension Website | https://www.azentio.com/ |
Supported Languages | 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" ] } ] } |