PrinterLogic Extension v1.0.6.1
Install and manage printers and print jobs using PrinterLogic.
PrinterLogic Extension v1.0.6.1 là gì?
PrinterLogic Extension v1.0.6.1 là một tiện ích mở rộng Chrome được phát triển bởi https://printerlogic.com, và tính năng chính của nó là "Install and manage printers and print jobs using PrinterLogic.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PrinterLogic Extension v1.0.6.1
Tải xuống các tệp mở rộng PrinterLogic Extension v1.0.6.1 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PrinterLogic Extension v1.0.6.1 |
ID | bfgjjammlemhdcocpejaompfoojnjjfn |
URL Chính Thức | https://chromewebstore.google.com/detail/printerlogic-extension-v1/bfgjjammlemhdcocpejaompfoojnjjfn |
Mô tả | Install and manage printers and print jobs using PrinterLogic. |
Kích Thước Tệp | 28.47 KB |
Số Lần Cài Đặt | 12,000,000 |
Phiên Bản Hiện Tại | 1.0.6.1 |
Cập Nhật Lần Cuối | 2022-12-20 |
Ngày Phát Hành | 2022-12-20 |
Đánh Giá | 3.99/5 Tổng số 100 Đánh Giá |
Nhà Phát Triển | https://printerlogic.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://printerlogic.com/technical-support |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |