Eureka Shopping

Discover more of what you love!

Eureka Shopping là gì?

Eureka Shopping là một tiện ích mở rộng Chrome được phát triển bởi Eureka, và tính năng chính của nó là "Discover more of what you love!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Eureka Shopping

Tải xuống các tệp mở rộng Eureka Shopping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Eureka Shopping Eureka Shopping
ID bgdfagapkongbjnklaabbmgpppgfccbg
URL Chính Thức https://chromewebstore.google.com/detail/eureka-shopping/bgdfagapkongbjnklaabbmgpppgfccbg
Mô tả Discover more of what you love!
Kích Thước Tệp 10.73 MB
Số Lần Cài Đặt 29,821
Phiên Bản Hiện Tại 3.29
Cập Nhật Lần Cuối 2023-10-06
Ngày Phát Hành 2021-08-03
Đánh Giá 4.72/5 Tổng số 46 Đánh Giá
Nhà Phát Triển Eureka
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://eurekashopping.com/
URL Trang Trợ Giúp https://eurekashopping.com/about#contact
URL Trang Chính Sách Bảo Mật https://eurekashopping.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        },
        {
            "resources": [
                "\/notch-notification\/index.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/page-inject\/index.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/autoapply\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/joineureka.com\/*",
            "https:\/\/review.joineureka.com\/*",
            "https:\/\/eurekashopping.com\/*",
            "https:\/\/review.eurekashopping.com\/*"
        ]
    }
}