PrinterLogic Extension v1.0.6.1

Install and manage printers and print jobs using PrinterLogic.

Apa itu PrinterLogic Extension v1.0.6.1?

PrinterLogic Extension v1.0.6.1 adalah ekstensi Chrome yang dikembangkan oleh https://printerlogic.com, dan fitur utamanya adalah "Install and manage printers and print jobs using PrinterLogic.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi PrinterLogic Extension v1.0.6.1

Unduh file ekstensi PrinterLogic Extension v1.0.6.1 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PrinterLogic Extension v1.0.6.1 PrinterLogic Extension v1.0.6.1
ID bfgjjammlemhdcocpejaompfoojnjjfn
URL Resmi https://chromewebstore.google.com/detail/printerlogic-extension-v1/bfgjjammlemhdcocpejaompfoojnjjfn
Deskripsi Install and manage printers and print jobs using PrinterLogic.
Ukuran File 28.47 KB
Jumlah Instalasi 12,000,000
Versi Saat Ini 1.0.6.1
Terakhir Diperbarui 2022-12-20
Tanggal Publikasi 2022-12-20
Penilaian 3.99/5 Total 100 Penilaian
Pengembang https://printerlogic.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://printerlogic.com/technical-support
Bahasa yang Didukung 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"
    ]
}