NetScore Smart Print

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

Τι είναι το NetScore Smart Print;

Το NetScore Smart Print είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NetScore Technologies, και η κύρια λειτουργία του είναι "Print PDF Page which has user given specific keywords in URL.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NetScore Smart Print

Λήψη αρχείων επέκτασης NetScore Smart Print σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NetScore Smart Print NetScore Smart Print
ID idpjjniajlllnedpgfepapicilfajdmd
Επίσημο URL https://chromewebstore.google.com/detail/netscore-smart-print/idpjjniajlllnedpgfepapicilfajdmd
Περιγραφή Print PDF Page which has user given specific keywords in URL.
Μέγεθος Αρχείου 22.44 KB
Αριθμός Εγκαταστάσεων 75
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2019-02-11
Ημερομηνία Δημοσίευσης 2019-02-11
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής NetScore Technologies
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}