iPrice Malaysia Chrome Extension

This chrome extension will remind you about coupon codes and discounts for popular online stores in Malaysia available at iPrice.my

iPrice Malaysia Chrome Extensionคืออะไร?

iPrice Malaysia Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iPrice Malaysia และคุณลักษณะหลักของมันคือ "This chrome extension will remind you about coupon codes and discounts for popular online stores in Malaysia available at iPrice.my"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iPrice Malaysia Chrome Extension

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

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

                        Install iPrice Malaysia Chrome Extension right now, and make sure you will never forget about coupons and discounts while shopping at Malaysia's best online stores such as Zalora, Lazada and many more to come!                    

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

ชื่อ iPrice Malaysia Chrome Extension iPrice Malaysia Chrome Extension
ID mdojgakcpjgocieabhaccajnnedpcldo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/iprice-malaysia-chrome-ex/mdojgakcpjgocieabhaccajnnedpcldo
คำอธิบาย This chrome extension will remind you about coupon codes and discounts for popular online stores in Malaysia available at iPrice.my
ขนาดไฟล์ 38.19 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2014-03-17
วันที่เผยแพร่ 2014-03-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา iPrice Malaysia
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://iprice.my/coupons/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iPrice Malaysia Chrome Extension",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "This chrome extension will remind you about coupon codes and discounts for popular online stores in Malaysia available at iPrice.my",
    "short_name": "iPriceMalaysia",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.zalora.com.my\/cart\/*"
            ],
            "js": [
                "jquery-1.3.2.js",
                "content.js"
            ]
        }
    ],
    "background_page": "background.html"
}