Azentio PANINI Control
Sends native messages to Azentio PANINI Control for Chrome.
ما هو Azentio PANINI Control؟
Azentio PANINI Control هو إضافة Chrome تم تطويرها بواسطة Azentio، والميزة الرئيسية لها هي "Sends native messages to Azentio PANINI Control for Chrome.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Azentio PANINI Control
قم بتنزيل ملفات الامتداد Azentio PANINI Control بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Azentio PANINI Control |
ID | eeeefminojbcgcpbegpmkbojhcpffigk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/azentio-panini-control/eeeefminojbcgcpbegpmkbojhcpffigk |
الوصف | Sends native messages to Azentio PANINI Control for Chrome. |
حجم الملف | 14.67 KB |
عدد التثبيتات | 13 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2022-06-14 |
تاريخ النشر | 2021-08-22 |
المطور | Azentio |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.azentio.com/ |
اللغات المدعومة | 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" ] } ] } |