Azentio Twain Control 1.0.2
Sends native messages to Azentio Twain Control for Chrome.
What is Azentio Twain Control 1.0.2?
Azentio Twain Control 1.0.2 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 1.0.2 Extension CRX File
Download Azentio Twain Control 1.0.2 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
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.
Extension Basic Information
Name | Azentio Twain Control 1.0.2 |
ID | pkhcpmkiodmbcododdelihfadklehpem |
Official URL | https://chromewebstore.google.com/detail/azentio-twain-control-102/pkhcpmkiodmbcododdelihfadklehpem |
Description | Sends native messages to Azentio Twain Control for Chrome. |
File Size | 14.48 KB |
Installation Count | 121 |
Current Version | 1.0.5 |
Last Updated | 2022-06-14 |
Publish Date | 2019-09-19 |
Developer | Azentio |
[email protected] | |
Payment Type | free |
Extension Website | https://www.azentio.com/ |
Supported Languages | 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" ] } ] } |