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
}