Azentio PANINI Control
Sends native messages to Azentio PANINI Control for Chrome.
Vad är Azentio PANINI Control?
Azentio PANINI Control är en Chrome-tillägg utvecklad av Azentio, och dess huvudfunktion är "Sends native messages to Azentio PANINI Control for Chrome.".
Tilläggsskärmbilder
Ladda ner Azentio PANINI Control-förlängningens CRX-fil
Ladda ner Azentio PANINI Control-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Azentio PANINI Control |
ID | eeeefminojbcgcpbegpmkbojhcpffigk |
Officiell webbadress | https://chromewebstore.google.com/detail/azentio-panini-control/eeeefminojbcgcpbegpmkbojhcpffigk |
Beskrivning | Sends native messages to Azentio PANINI Control for Chrome. |
Filstorlek | 14.67 KB |
Antal Installationer | 13 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2022-06-14 |
Publiceringsdatum | 2021-08-22 |
Utvecklare | Azentio |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.azentio.com/ |
Stödda Språk | 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" ] } ] } |