NetScore Smart Print

Print PDF Page which has user given specific keywords in URL.

Cos'è NetScore Smart Print?

NetScore Smart Print è un'estensione di Chrome sviluppata da NetScore Technologies, e la sua funzione principale è "Print PDF Page which has user given specific keywords in URL.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione NetScore Smart Print

Scarica i file di estensione NetScore Smart Print 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

                        NetScore Smart Print allows users to print PDF/Pages/Docs.. based on your initial setup.
Smart print is based on combination of two keywords selection.

If you want print PDF automatically from the printer,then we have to pass two keywords for this Extension and ON the plugin.

If words in the URL matches with the given keywords then it will print that page directly.

You can anytime enable or disable this extension.                    

Informazioni di Base sull'Estensione

Nome NetScore Smart Print NetScore Smart Print
ID idpjjniajlllnedpgfepapicilfajdmd
URL Ufficiale https://chromewebstore.google.com/detail/netscore-smart-print/idpjjniajlllnedpgfepapicilfajdmd
Descrizione Print PDF Page which has user given specific keywords in URL.
Dimensione del File 22.44 KB
Conteggio Installazioni 75
Versione Corrente 1.2
Ultimo Aggiornamento 2019-02-11
Data di Pubblicazione 2019-02-11
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore NetScore Technologies
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NetScore Smart Print",
    "description": "Print PDF Page which has user given specific keywords in URL.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "Netscore.png",
        "default_title": "NetScore Smart Print",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "manifest_version": 2
}