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 |
| 官方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"
]
} | |