Price Master

Price Master

Price Masterคืออะไร?

Price Master เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.pricemaster.co และคุณลักษณะหลักของมันคือ "Price Master"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Price Master

ดาวน์โหลดไฟล์ส่วนขยาย Price Master ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Price Master helps you get live price comparison with the products you are viewing online. We cover hundreds of millions of products from dozens of online merchants. simply go to your favorite online store, search for your desired product and Price Master will locate a better deal for you. occasionally you will be offered similar, related products to help make you shopping decision better. Price Master also offers coupons for top merchants that will be displayed upon arriving at merchant's homepages, saving you money on your future purchase.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Price Master Price Master
ID mnbbpogddcjkeokinbalnoholjclnakj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/price-master/mnbbpogddcjkeokinbalnoholjclnakj
คำอธิบาย Price Master
ขนาดไฟล์ 40.41 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2015-09-25
วันที่เผยแพร่ 2015-09-24
ผู้พัฒนา https://www.pricemaster.co
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.pricemaster.co/index.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price Master",
    "short_name": "Price Master",
    "version": "1.0.2",
    "description": "Price Master",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/button.png",
        "48": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "main.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/pricemaster.co.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "extension.js"
    ]
}