NetScore Smart Print

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

Qu'est-ce que NetScore Smart Print ?

NetScore Smart Print est une extension Chrome développée par NetScore Technologies, et sa fonction principale est "Print PDF Page which has user given specific keywords in URL.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension NetScore Smart Print

Téléchargez les fichiers d'extension NetScore Smart Print au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NetScore Smart Print NetScore Smart Print
ID idpjjniajlllnedpgfepapicilfajdmd
URL Officiel https://chromewebstore.google.com/detail/netscore-smart-print/idpjjniajlllnedpgfepapicilfajdmd
Description Print PDF Page which has user given specific keywords in URL.
Taille du Fichier 22.44 KB
Nombre d'Installations 75
Version Actuelle 1.2
Dernière Mise à Jour 2019-02-11
Date de Publication 2019-02-11
Évaluation 5.00/5 Total 5 Évaluations
Développeur NetScore Technologies
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}