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 |
| Eメール | [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"
]
} | |