NetScore Smart Print

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

What is NetScore Smart Print?

NetScore Smart Print is a Chrome extension developed by NetScore Technologies, and its main feature is "Print PDF Page which has user given specific keywords in URL.".

Extension Screenshots

screenshot
screenshot

Download NetScore Smart Print Extension CRX File

Download NetScore Smart Print extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NetScore Smart Print NetScore Smart Print
ID idpjjniajlllnedpgfepapicilfajdmd
Official URL https://chromewebstore.google.com/detail/netscore-smart-print/idpjjniajlllnedpgfepapicilfajdmd
Description Print PDF Page which has user given specific keywords in URL.
File Size 22.44 KB
Installation Count 75
Current Version 1.2
Last Updated 2019-02-11
Publish Date 2019-02-11
Rating 5.00/5 Total 5 Ratings
Developer NetScore Technologies
Email [email protected]
Payment Type free
Supported Languages 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
}