PrinterLogic Extension v1.0.6.1

Install and manage printers and print jobs using PrinterLogic.

Was ist PrinterLogic Extension v1.0.6.1?

PrinterLogic Extension v1.0.6.1 ist eine Chrome-Erweiterung, die von https://printerlogic.com entwickelt wurde, und ihr Hauptmerkmal ist "Install and manage printers and print jobs using PrinterLogic.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

PrinterLogic Extension v1.0.6.1-Erweiterungs-CRX-Datei herunterladen

Laden Sie PrinterLogic Extension v1.0.6.1-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PrinterLogic Extension v1.0.6.1 PrinterLogic Extension v1.0.6.1
ID bfgjjammlemhdcocpejaompfoojnjjfn
Offizielle URL https://chromewebstore.google.com/detail/printerlogic-extension-v1/bfgjjammlemhdcocpejaompfoojnjjfn
Beschreibung Install and manage printers and print jobs using PrinterLogic.
Dateigröße 28.47 KB
Installationsanzahl 12,000,000
Aktuelle Version 1.0.6.1
Letztes Update 2022-12-20
Veröffentlichungsdatum 2022-12-20
Bewertung 3.99/5 Insgesamt 100 Bewertungen
Entwickler https://printerlogic.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://printerlogic.com/technical-support
Unterstützte Sprachen 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"
    ]
}