Azentio Twain Control 1.0.2
Sends native messages to Azentio Twain Control for Chrome.
ما هو Azentio Twain Control 1.0.2؟
Azentio Twain Control 1.0.2 هو إضافة Chrome تم تطويرها بواسطة Azentio، والميزة الرئيسية لها هي "Sends native messages to Azentio Twain Control for Chrome.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Azentio Twain Control 1.0.2
قم بتنزيل ملفات الامتداد Azentio Twain Control 1.0.2 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Process and scan documents, of TWAIN compatible scanner devices, and send the data as Base64 string to the provided URL. It can scan documents and images as single page or from feeder.
معلومات أساسية عن التمديد
الاسم | Azentio Twain Control 1.0.2 |
ID | pkhcpmkiodmbcododdelihfadklehpem |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/azentio-twain-control-102/pkhcpmkiodmbcododdelihfadklehpem |
الوصف | Sends native messages to Azentio Twain Control for Chrome. |
حجم الملف | 14.48 KB |
عدد التثبيتات | 121 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2022-06-14 |
تاريخ النشر | 2019-09-19 |
المطور | Azentio |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.azentio.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Azentio Twain Control 1.0.2", "permissions": [ "nativeMessaging" ], "version": "1.0.5", "manifest_version": 2, "description": "Sends native messages to Azentio Twain Control for Chrome.", "background": { "page": "window.html" }, "icons": { "32": "azentio_small.ico", "128": "azentio_large.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |