PIWoP IT
Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.
PIWoP ITคืออะไร?
PIWoP IT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AprilRed และคุณลักษณะหลักของมันคือ "Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PIWoP IT
ดาวน์โหลดไฟล์ส่วนขยาย PIWoP IT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can now create a price alert for this with one click of our Panda button. Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. When the price drops to or below your PIWoP we notify you.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PIWoP IT |
ID | fiopcljcdafelcajhaiemnbfmlpepbnd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/piwop-it/fiopcljcdafelcajhaiemnbfmlpepbnd |
คำอธิบาย | Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired. |
ขนาดไฟล์ | 66.7 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 2.7.2 |
อัปเดตครั้งล่าสุด | 2018-07-11 |
วันที่เผยแพร่ | 2018-07-11 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | AprilRed |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://piwop.com/ |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.", "manifest_version": 2, "name": "PIWoP IT", "version": "2.7.2", "icons": { "48": "icons\/48.png" }, "permissions": [ "tabs", "storage", "activeTab", "management", "*:\/\/piwop.com\/", "*:\/\/pwp.testplat4m.net\/" ], "options_ui": { "page": "options\/options.html" }, "browser_action": { "browser_style": true, "default_icon": "icons\/32.png", "default_title": "PIWoP it", "default_popup": "popup\/popup.html" } } |