PrinterLogic Extension v1.0.6.1
Install and manage printers and print jobs using PrinterLogic.
ما هو PrinterLogic Extension v1.0.6.1؟
PrinterLogic Extension v1.0.6.1 هو إضافة Chrome تم تطويرها بواسطة https://printerlogic.com، والميزة الرئيسية لها هي "Install and manage printers and print jobs using PrinterLogic.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PrinterLogic Extension v1.0.6.1
قم بتنزيل ملفات الامتداد PrinterLogic Extension v1.0.6.1 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
PrinterLogic is an application that simplifies the management, migration, and provisioning of printers. This Chrome extension allows users to manage their printers and print jobs with PrinterLogic.
معلومات أساسية عن التمديد
الاسم | PrinterLogic Extension v1.0.6.1 |
ID | bfgjjammlemhdcocpejaompfoojnjjfn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/printerlogic-extension-v1/bfgjjammlemhdcocpejaompfoojnjjfn |
الوصف | Install and manage printers and print jobs using PrinterLogic. |
حجم الملف | 28.47 KB |
عدد التثبيتات | 12,000,000 |
النسخة الحالية | 1.0.6.1 |
آخر تحديث | 2022-12-20 |
تاريخ النشر | 2022-12-20 |
تقييم | 3.99/5 مجموع تقييمات 100 |
المطور | https://printerlogic.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://printerlogic.com/technical-support |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PrinterLogic Extension v1.0.6.1", "short_name": "PrinterLogic Extension", "description": "Install and manage printers and print jobs using PrinterLogic.", "version": "1.0.6.1", "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "event.js" }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "activeTab", "nativeMessaging" ] } |