Azentio PANINI Control
Sends native messages to Azentio PANINI Control for Chrome.
What is Azentio PANINI Control?
Azentio PANINI Control is a Chrome extension developed by Azentio, and its main feature is "Sends native messages to Azentio PANINI Control for Chrome.".
Extension Screenshots
Download Azentio PANINI Control Extension CRX File
Download Azentio PANINI 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
Process and scan checks, of PANINI MyVisionX cheque scanner device, and send the data as Base64 string to the provided URL. It can scan cheques with MICR code or OCR code.
Extension Basic Information
Name | Azentio PANINI Control |
ID | eeeefminojbcgcpbegpmkbojhcpffigk |
Official URL | https://chromewebstore.google.com/detail/azentio-panini-control/eeeefminojbcgcpbegpmkbojhcpffigk |
Description | Sends native messages to Azentio PANINI Control for Chrome. |
File Size | 14.67 KB |
Installation Count | 13 |
Current Version | 1.0.1 |
Last Updated | 2022-06-14 |
Publish Date | 2021-08-22 |
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 PANINI Control", "permissions": [ "nativeMessaging" ], "version": "1.0.1", "manifest_version": 2, "description": "Sends native messages to Azentio PANINI Control for Chrome.", "background": { "page": "window.html" }, "icons": { "32": "azentio_small.ico", "128": "azentio_large.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |