Web Printer Helper

Web Printer Helper

Cos'è Web Printer Helper?

Web Printer Helper è un'estensione di Chrome sviluppata da Abu Dzakiyyah, e la sua funzione principale è "Web Printer Helper".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Web Printer Helper

Scarica i file di estensione Web Printer Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Web Printer Helper for Web Apps

This extension can help Web Applications to access printer devices that are on the server. This extension requires an API that is generated from the WebPrinter application on the server.

*Documents for printing are only PDF file

The WebPrinter Server can be downloaded here:
https://apps.anakmuda.co.id/webprinter/WebPrinterSetup.zip                    

Informazioni di Base sull'Estensione

Nome Web Printer Helper Web Printer Helper
ID oddpogjidbnompcdchbkfpnffillkmeg
URL Ufficiale https://chromewebstore.google.com/detail/web-printer-helper/oddpogjidbnompcdchbkfpnffillkmeg
Descrizione Web Printer Helper
Dimensione del File 923 KB
Conteggio Installazioni 76
Versione Corrente 1.0
Ultimo Aggiornamento 2020-07-31
Data di Pubblicazione 2020-07-30
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Abu Dzakiyyah
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://apps.anakmuda.co.id/webprinter
URL della Pagina di Aiuto https://apps.anakmuda.co.id/webprinter/WebPrinterSetup.zip
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Printer Helper",
    "description": "Web Printer Helper",
    "author": "Abu Dzakiyyah",
    "version": "1.0",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "19": "assets\/icons\/icon-19.png",
        "32": "assets\/icons\/icon-32.png",
        "64": "assets\/icons\/icon-64.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/jquery.min.js",
            "assets\/js\/storage.js",
            "assets\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/icons\/icon-128.png",
        "default_popup": "index.html",
        "default_title": "Web Printer Helper"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/jquery.toast.js",
                "assets\/js\/general.js",
                "assets\/js\/webprinter.js"
            ],
            "css": [
                "assets\/css\/jquery.toast.css"
            ]
        }
    ]
}