Eureka Shopping
Discover more of what you love!
Eureka Shoppingคืออะไร?
Eureka Shopping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eureka และคุณลักษณะหลักของมันคือ "Discover more of what you love!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eureka Shopping
ดาวน์โหลดไฟล์ส่วนขยาย Eureka Shopping ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Introducing Eureka - your smart shopping assistant. Eureka shakes up the way you shop by discovering new brands, products, and deals for you to fall in love with. Discover New Brands to Love As you begin to explore your favorite stores, Eureka creates personalized Shoplists to match your unique style. Get the Best Products for the Best Price Compare prices on related products, so you never miss out on the perfect sale. Stay Updated on the Latest Trends Save a list of your favorite stores, so you’re notified of the newest deals. Please keep in mind that Eureka may receive an affiliate commission when you click on our links and make a purchase.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Eureka Shopping |
ID | bgdfagapkongbjnklaabbmgpppgfccbg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/eureka-shopping/bgdfagapkongbjnklaabbmgpppgfccbg |
คำอธิบาย | Discover more of what you love! |
ขนาดไฟล์ | 10.73 MB |
จำนวนการติดตั้ง | 29,821 |
เวอร์ชันปัจจุบัน | 3.29 |
อัปเดตครั้งล่าสุด | 2023-10-06 |
วันที่เผยแพร่ | 2021-08-03 |
คะแนน | 4.72/5 รวมทั้งหมด 46 คะแนน |
ผู้พัฒนา | Eureka |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://eurekashopping.com/ |
URL หน้าช่วยเหลือ | https://eurekashopping.com/about#contact |
URL หน้านโยบายความเป็นส่วนตัว | https://eurekashopping.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eureka Shopping", "version": "3.29", "manifest_version": 3, "description": "Discover more of what you love!", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "host_permissions": [ "https:\/\/*.joineureka.com\/*", "https:\/\/*.eurekashopping.com\/*" ], "permissions": [ "tabs", "idle", "alarms", "storage", "cookies" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_end", "all_frames": false } ], "action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_title": "Eureka Shopping" }, "web_accessible_resources": [ { "resources": [ "\/widget\/index.html" ], "matches": [ " |