Eureka Shopping
Discover more of what you love!
什麼是Eureka Shopping?
Eureka Shopping是由Eureka開發的Chrome擴展程式,該擴展的主要功能是“Discover more of what you love!”。
擴展截圖
下載Eureka Shopping擴展crx文件
下載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 |
官方網址 | 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": [ " |