Virtual Print
This extension provides connected printer statuses
ما هو Virtual Print؟
Virtual Print هو إضافة Chrome تم تطويرها بواسطة tech، والميزة الرئيسية لها هي "This extension provides connected printer statuses".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Virtual Print
قم بتنزيل ملفات الامتداد Virtual Print بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension provides connected printer statuses
معلومات أساسية عن التمديد
الاسم | Virtual Print |
ID | ondnofaiofihhegodignfadiaoacpedh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/virtual-print/ondnofaiofihhegodignfadiaoacpedh |
الوصف | This extension provides connected printer statuses |
حجم الملف | 13.68 KB |
عدد التثبيتات | 27 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2022-06-30 |
تاريخ النشر | 2022-06-18 |
المطور | tech |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Virtual Print", "version": "0.1.1", "description": "", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Virtual Print", "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/dev--virtual-billing.netlify.app\/*", "https:\/\/staging--virtual-billing.netlify.app\/*", "https:\/\/virtual-billing.netlify.app\/*", "https:\/\/quiet-camels-add-117-99-251-3.loca.lt\/*", "https:\/\/tired-spies-start-117-99-250-238.loca.lt\/*" ] } } |