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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Install and manage printers and print jobs using PrinterLogic."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PrinterLogic Extension v1.0.6.1 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |