Posify Silent Print
Posify Silent Print
ما هو Posify Silent Print؟
Posify Silent Print هو إضافة Chrome تم تطويرها بواسطة https://posify.in، والميزة الرئيسية لها هي "Posify Silent Print".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Posify Silent Print
قم بتنزيل ملفات الامتداد Posify Silent Print بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension allows the subscribers of posify.in to print in background using thermal printers and it also connects with the posify print utility installed in the subscribers system and pass relevant data from posify.in to the subscribers local database.
معلومات أساسية عن التمديد
الاسم | Posify Silent Print |
ID | jddkkkaecbmmcgfhoenodccbmocpdanb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/posify-silent-print/jddkkkaecbmmcgfhoenodccbmocpdanb |
الوصف | Posify Silent Print |
حجم الملف | 27.49 KB |
عدد التثبيتات | 1,187 |
النسخة الحالية | 3.5 |
آخر تحديث | 2022-07-19 |
تاريخ النشر | 2019-12-30 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://posify.in |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://posify.in |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Posify Silent Print", "description": "Posify Silent Print", "version": "3.5", "icons": { "128": "icon.png" }, "permissions": [ "https:\/\/*.posify.in\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.posify.in\/*", "http:\/\/localhost:4200\/*" ] }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_title": "Posify silent print", "default_popup": "popup.html" } } |