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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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" ] } |