Eureka Shopping

Discover more of what you love!

Eureka Shopping क्या है?

Eureka Shopping Eureka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover more of what you love!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Eureka Shopping एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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": [
                ""
            ]
        },
        {
            "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\/*"
        ]
    }
}