Azentio PANINI Control
Sends native messages to Azentio PANINI Control for Chrome.
Apa itu Azentio PANINI Control?
Azentio PANINI Control adalah ekstensi Chrome yang dikembangkan oleh Azentio, dan fitur utamanya adalah "Sends native messages to Azentio PANINI Control for Chrome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Azentio PANINI Control
Unduh file ekstensi Azentio PANINI Control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Azentio PANINI Control |
ID | eeeefminojbcgcpbegpmkbojhcpffigk |
URL Resmi | https://chromewebstore.google.com/detail/azentio-panini-control/eeeefminojbcgcpbegpmkbojhcpffigk |
Deskripsi | Sends native messages to Azentio PANINI Control for Chrome. |
Ukuran File | 14.67 KB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2022-06-14 |
Tanggal Publikasi | 2021-08-22 |
Pengembang | Azentio |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.azentio.com/ |
Bahasa yang Didukung | 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" ] } ] } |