PricePony Malaysia
With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia
PricePony Malaysiaคืออะไร?
PricePony Malaysia เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.pricepony.com.my และคุณลักษณะหลักของมันคือ "With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PricePony Malaysia
ดาวน์โหลดไฟล์ส่วนขยาย PricePony Malaysia ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
PricePony Malaysia is all about saving you money. Whenever you visit a shopping or e-commerce, PricePony Malaysia is looking for better deals all over the internet and makes sure you are paying the lowest price possible. You can also see products related to the products you are viewing right now, so you can make all you research faster and more efficient than you ever imagined.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pfhhpgpofjpclpcinkhmgljabkdijfid |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pricepony-malaysia/pfhhpgpofjpclpcinkhmgljabkdijfid |
คำอธิบาย | With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia |
ขนาดไฟล์ | 68.86 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 3.5.0.10 |
อัปเดตครั้งล่าสุด | 2015-06-10 |
วันที่เผยแพร่ | 2015-06-10 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://www.pricepony.com.my |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.js" ] }, "description": "With PricePony you will find great offers in real time that are relevant to the web sites that you visit in Malaysia", "icons": { "128": "images\/icon_128px.png", "16": "images\/icon_32px.png", "64": "images\/icon_64px.png" }, "short_name": "PricePony Malaysia", "manifest_version": 2, "name": "PricePony Malaysia", "permissions": [ "contextMenus", "notifications", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "3.5.0.10", "content_scripts": [ { "js": [ "iframeResizer.js", "contents.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |