CB Shopping Assistant
Save upto 25%, by comparing prices & offers from multiple retailers in Kenya and South Africa
CB Shopping Assistantคืออะไร?
CB Shopping Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cashbackmobileapp.com และคุณลักษณะหลักของมันคือ "Save upto 25%, by comparing prices & offers from multiple retailers in Kenya and South Africa"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CB Shopping Assistant
ดาวน์โหลดไฟล์ส่วนขยาย CB Shopping Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you looking to save on your grocery shopping especially in this high cost environment? This extension helps you to compare prices in multiple retailers (Pick n Pay, Checkers, Game and Woolies in SA and Carrefour, Naivas, Chandarana and Hotpoint in Kenya) and finds the best savings without interrupting your online shopping experience! • Compare prices per item across supermarket – As you add products to cart in your favourite retailer’s online store, we compare prices against multiple supermarkets in the background and present the best saving option as a pop up and if the saving is interesting you can expand to get more detail and navigate to that exact item in the best priced retailer. • Get best alternative and switch out products automatically – We also show you the similar quality but cheaper products in your current retailer and you can automatically switch out the current product to your next best alternative and save more money. • Compare your total cart in multiple supermarkets - track your total cart in multiple supermarkets as you shop at your favourite supermarket so that you can make an informed decision on where and what to buy. • Automatically create the cheapest cart the next best retailer – Coming soon! • Create alerts for your favourite products to get alerts on discounts & offers – Coming Soon! • Get cashback from Consumer Good Companies for buying specific products – Coming Soon! • Get this in multiple retailers (e.g. electronics) – Coming Soon! *This extension is only works in Kenya and South Africa
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fhmpabdnaieajpolmlaphnoaahkhaiib |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cb-shopping-assistant/fhmpabdnaieajpolmlaphnoaahkhaiib |
คำอธิบาย | Save upto 25%, by comparing prices & offers from multiple retailers in Kenya and South Africa |
ขนาดไฟล์ | 530 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2023-10-06 |
วันที่เผยแพร่ | 2023-07-29 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://cashbackmobileapp.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.cashbackmobileapp.com/extensionlandingpage/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CB Shopping Assistant", "description": "Save upto 25%, by comparing prices & offers from multiple retailers in Kenya and South Africa", "version": "2.0", "permissions": [ "storage", "activeTab" ], "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "css": [ "css\/main.css" ], "run_at": "document_idle", "matches": [ "https:\/\/www.carrefour.ke\/*", "https:\/\/naivas.online\/*", "https:\/\/hotpoint.co.ke\/*", "https:\/\/www.woolworths.co.za\/*", "https:\/\/www.game.co.za\/*", "https:\/\/www.pnp.co.za\/*" ] } ], "web_accessible_resources": [ { "resources": [ "images\/close.png", "images\/cashbacklogo.png" ], "matches": [ "https:\/\/www.carrefour.ke\/*", "https:\/\/hotpoint.co.ke\/*", "https:\/\/naivas.online\/*", "https:\/\/www.woolworths.co.za\/*", "https:\/\/www.game.co.za\/*", "https:\/\/www.pnp.co.za\/*" ] } ], "host_permissions": [ "https:\/\/www.carrefour.ke\/*", "https:\/\/naivas.online\/*", "https:\/\/www.cashbackmobileapp.com\/*", "https:\/\/hotpoint.co.ke\/*", "https:\/\/www.woolworths.co.za\/*", "https:\/\/www.pnp.co.za\/*", "https:\/\/www.game.co.za\/*", "https:\/\/*.google.com\/*" ], "icons": { "16": "images\/logos\/16.png", "32": "images\/logos\/32.png", "48": "images\/logos\/48.png", "128": "images\/logos\/128.png" }, "action": { "default_popup": "welcome.html", "default_icon": "images\/cashbacklogo.png" } } |