NetScore Smart Print

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

Hvad er NetScore Smart Print?

NetScore Smart Print er en Chrome-udvidelse udviklet af NetScore Technologies, og dens hovedfunktion er "Print PDF Page which has user given specific keywords in URL.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download NetScore Smart Print-udvidelses-CRX-fil

Download NetScore Smart Print-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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn NetScore Smart Print NetScore Smart Print
ID idpjjniajlllnedpgfepapicilfajdmd
Officiel URL https://chromewebstore.google.com/detail/netscore-smart-print/idpjjniajlllnedpgfepapicilfajdmd
Beskrivelse Print PDF Page which has user given specific keywords in URL.
Filstørrelse 22.44 KB
Antal Installationer 75
Nuværende Version 1.2
Senest Opdateret 2019-02-11
Udgivelsesdato 2019-02-11
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler NetScore Technologies
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}