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是由https://printerlogic.com開發的Chrome擴展程式,該擴展的主要功能是“Install and manage printers and print jobs using PrinterLogic.”。
擴展截圖
下載PrinterLogic Extension v1.0.6.1擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | bfgjjammlemhdcocpejaompfoojnjjfn |
| 官方網址 | 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"
]
} | |