NetScore Smart Print

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

Apa itu NetScore Smart Print?

NetScore Smart Print adalah ekstensi Chrome yang dikembangkan oleh NetScore Technologies, dan fitur utamanya adalah "Print PDF Page which has user given specific keywords in URL.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi NetScore Smart Print

Unduh file ekstensi NetScore Smart Print dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NetScore Smart Print NetScore Smart Print
ID idpjjniajlllnedpgfepapicilfajdmd
URL Resmi https://chromewebstore.google.com/detail/netscore-smart-print/idpjjniajlllnedpgfepapicilfajdmd
Deskripsi Print PDF Page which has user given specific keywords in URL.
Ukuran File 22.44 KB
Jumlah Instalasi 75
Versi Saat Ini 1.2
Terakhir Diperbarui 2019-02-11
Tanggal Publikasi 2019-02-11
Penilaian 5.00/5 Total 5 Penilaian
Pengembang NetScore Technologies
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}