cazadescuentos
Allows you to follow the items you are interested to buy if they were cheaper, notifying you once their price decreases
cazadescuentosคืออะไร?
cazadescuentos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cazadescuentos.net และคุณลักษณะหลักของมันคือ "Allows you to follow the items you are interested to buy if they were cheaper, notifying you once their price decreases"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย cazadescuentos
ดาวน์โหลดไฟล์ส่วนขยาย cazadescuentos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The purpose for this app is to let you save money while shopping online, by solving these problems: - You are willing to buy an item, but you don't feel like paying the current price, you start tracking the item with the browser extension, which will notify you when the item gets a discount. - You just bought an item, paying with a credit card offering the price protection insurance, you start tracking the item, and get notified when it's price drops, so that you get a reimbursement. Just visit the products you are interested in on our supported online stores, then, follow the product with our app and we'll monitor it for you, you'll be notified if it gets a discount. Supporting the main online stores in Mexico, like Liverpool, Mercadolibre, Amazon, and globally, Ebay, BestBuy, etc. Find the whole list at our website. We value your privacy, and this is what we do about it: - We don't need you provide any personal information, which is why the alerts get directly on your browser (no registration/email/phone number required). - We only require the permissions that are strictly necessary. - We have open sourced the extension, so that you can verify what we say (https://github.com/wiringbits/cazadescuentos).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | cazadescuentos |
ID | miadcmhlfknbjhlknpaidjnelinghpdf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cazadescuentos/miadcmhlfknbjhlknpaidjnelinghpdf |
คำอธิบาย | Allows you to follow the items you are interested to buy if they were cheaper, notifying you once their price decreases |
ขนาดไฟล์ | 1.04 MB |
จำนวนการติดตั้ง | 229 |
เวอร์ชันปัจจุบัน | 1.28 |
อัปเดตครั้งล่าสุด | 2020-11-18 |
วันที่เผยแพร่ | 2019-11-17 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://cazadescuentos.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://cazadescuentos.net |
ภาษาที่รองรับ | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "cazadescuentos", "version": "1.28", "default_locale": "en", "description": "Allows you to follow the items you are interested to buy if they were cheaper, notifying you once their price decreases", "icons": { "48": "icons\/48\/app.png", "96": "icons\/96\/app.png" }, "web_accessible_resources": [ "icons\/*" ], "permissions": [ "storage", "notifications", "alarms" ], "background": { "scripts": [ "scripts\/common.js", "main-bundle.js", "scripts\/background-script.js" ] }, "browser_action": { "default_title": "cazadescuentos", "default_popup": "popup.html", "default_icon": { "48": "icons\/48\/app.png", "96": "icons\/96\/app.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.liverpool.com.mx\/*", "https:\/\/www.zara.com\/*", "https:\/\/www2.hm.com\/*", "https:\/\/m2.hm.com\/*", "https:\/\/www.coppel.com\/*", "https:\/\/www.mercadolibre.com.mx\/*", "https:\/\/articulo.mercadolibre.com.mx\/*", "https:\/\/www.costco.com.mx\/*", "https:\/\/www.costco.com\/*", "https:\/\/www.homedepot.com\/*", "https:\/\/www.homedepot.com.mx\/*", "http:\/\/www.homedepot.com.mx\/*", "https:\/\/www.ebay.com\/itm\/*", "https:\/\/www.officedepot.com.mx\/*", "https:\/\/www.officedepot.com\/*", "https:\/\/www.sanborns.com.mx\/*", "https:\/\/www.sams.com.mx\/*", "https:\/\/www.samsclub.com\/*", "https:\/\/shop.nordstrom.com\/s\/*", "https:\/\/www.elektra.com.mx\/*", "https:\/\/www.costco.com.mx\/*", "https:\/\/www.costco.com\/*", "https:\/\/www.walmart.com.mx\/*", "https:\/\/super.walmart.com.mx\/*", "https:\/\/www.bestbuy.com.mx\/*", "https:\/\/www.bestbuy.com\/*", "https:\/\/www.elpalaciodehierro.com\/*", "https:\/\/www.amazon.com.mx\/*" ], "js": [ "scripts\/common.js", "main-bundle.js", "external-scripts\/sidenavCzd.js", "scripts\/active-tab-script.js" ] } ] } |