NetScore Smart Print

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

Wat is NetScore Smart Print?

NetScore Smart Print is een Chrome-extensie ontwikkeld door NetScore Technologies, en de belangrijkste functie is "Print PDF Page which has user given specific keywords in URL.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie NetScore Smart Print

Download NetScore Smart Print-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NetScore Smart Print NetScore Smart Print
ID idpjjniajlllnedpgfepapicilfajdmd
Officiële URL https://chromewebstore.google.com/detail/netscore-smart-print/idpjjniajlllnedpgfepapicilfajdmd
Beschrijving Print PDF Page which has user given specific keywords in URL.
Bestandsgrootte 22.44 KB
Aantal Installaties 75
Huidige Versie 1.2
Laatst Bijgewerkt 2019-02-11
Publicatiedatum 2019-02-11
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar NetScore Technologies
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}