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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}