PrinterLogic Extension v1.0.6.1

Install and manage printers and print jobs using PrinterLogic.

Hvad er PrinterLogic Extension v1.0.6.1?

PrinterLogic Extension v1.0.6.1 er en Chrome-udvidelse udviklet af https://printerlogic.com, og dens hovedfunktion er "Install and manage printers and print jobs using PrinterLogic.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download PrinterLogic Extension v1.0.6.1-udvidelses-CRX-fil

Download PrinterLogic Extension v1.0.6.1-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn PrinterLogic Extension v1.0.6.1 PrinterLogic Extension v1.0.6.1
ID bfgjjammlemhdcocpejaompfoojnjjfn
Officiel URL https://chromewebstore.google.com/detail/printerlogic-extension-v1/bfgjjammlemhdcocpejaompfoojnjjfn
Beskrivelse Install and manage printers and print jobs using PrinterLogic.
Filstørrelse 28.47 KB
Antal Installationer 12,000,000
Nuværende Version 1.0.6.1
Senest Opdateret 2022-12-20
Udgivelsesdato 2022-12-20
Bedømmelse 3.99/5 Samlet 100 Bedømmelser
Udvikler https://printerlogic.com
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://printerlogic.com/technical-support
Understøttede Sprog 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"
    ]
}