PrinterLogic Extension v1.0.6.1

Install and manage printers and print jobs using PrinterLogic.

What is PrinterLogic Extension v1.0.6.1?

PrinterLogic Extension v1.0.6.1 is a Chrome extension developed by https://printerlogic.com, and its main feature is "Install and manage printers and print jobs using PrinterLogic.".

Extension Screenshots

screenshot
screenshot
screenshot

Download PrinterLogic Extension v1.0.6.1 Extension CRX File

Download PrinterLogic Extension v1.0.6.1 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PrinterLogic Extension v1.0.6.1 PrinterLogic Extension v1.0.6.1
ID bfgjjammlemhdcocpejaompfoojnjjfn
Official URL https://chromewebstore.google.com/detail/printerlogic-extension-v1/bfgjjammlemhdcocpejaompfoojnjjfn
Description Install and manage printers and print jobs using PrinterLogic.
File Size 28.47 KB
Installation Count 12,000,000
Current Version 1.0.6.1
Last Updated 2022-12-20
Publish Date 2022-12-20
Rating 3.99/5 Total 100 Ratings
Developer https://printerlogic.com
Email [email protected]
Payment Type free
Help Page URL https://printerlogic.com/technical-support
Supported Languages 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"
    ]
}