Azentio PANINI Control
Sends native messages to Azentio PANINI Control for Chrome.
Hvad er Azentio PANINI Control?
Azentio PANINI Control er en Chrome-udvidelse udviklet af Azentio, og dens hovedfunktion er "Sends native messages to Azentio PANINI Control for Chrome.".
Udvidelsesskærmbilleder
Download Azentio PANINI Control-udvidelses-CRX-fil
Download Azentio PANINI Control-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Azentio PANINI Control |
ID | eeeefminojbcgcpbegpmkbojhcpffigk |
Officiel URL | https://chromewebstore.google.com/detail/azentio-panini-control/eeeefminojbcgcpbegpmkbojhcpffigk |
Beskrivelse | Sends native messages to Azentio PANINI Control for Chrome. |
Filstørrelse | 14.67 KB |
Antal Installationer | 13 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2022-06-14 |
Udgivelsesdato | 2021-08-22 |
Udvikler | Azentio |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.azentio.com/ |
Understøttede Sprog | 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" ] } ] } |