Shoptimate : automatic price comparison

Shoptimate compares prices automatically for you. We provide coupons and price alerts.

Shoptimate : automatic price comparison क्या है?

Shoptimate : automatic price comparison https://shoptimate.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shoptimate compares prices automatically for you. We provide coupons and price alerts."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Stop spending time searching for a better deal. 

Shoptimate is an automatic price comparison tool for Chrome. It shows the price of a product on other retailer on the product detail page.

It also suggest a curated list of coupons for hundreds of merchants. 


Changelog
=========
1.6 : fix issue that added the same URL in the browser history.

1.5 : reduce permission requirement for more privacy for our users.

1.4 : fix the crash of Chrome when opening the options by right-clicking on the icon at the top-right of Chrome.                    

एक्सटेंशन की मूल जानकारी

नाम Shoptimate : automatic price comparison Shoptimate : automatic price comparison
ID bibdombdcdbbnfdjkaajfgnfhlapibde
आधिकारिक URL https://chromewebstore.google.com/detail/shoptimate-automatic-pric/bibdombdcdbbnfdjkaajfgnfhlapibde
विवरण Shoptimate compares prices automatically for you. We provide coupons and price alerts.
फ़ाइल का आकार 107 KB
स्थापना संख्या 35,456
वर्तमान संस्करण 1.6
अंतिम अपडेट 2023-03-25
प्रकाशन तिथि 2019-01-09
रेटिंग 4.34/5 कुल 292 रेटिंग्स
डेवलपर https://shoptimate.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.shoptimate.com
समर्थित भाषाएँ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,cs,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sourcefully.com",
    "background": {
        "service_worker": "js\/shoptimate-background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.5.1.min.js",
                "shoptimate.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "browser_style": true,
        "default_title": "Shoptimate",
        "default_icon": "icon.png"
    },
    "permissions": [
        "webNavigation",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/api.shoptimate.com\/*",
        "https:\/\/toolbar.shoptimate.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Shoptimate.com",
    "version": "1.6",
    "web_accessible_resources": [
        {
            "resources": [
                "frame.html",
                "loading.html"
            ],
            "extension_ids": [
                "jjkjeolkhanoemknfjnjjlljnbmdcffj",
                "bibdombdcdbbnfdjkaajfgnfhlapibde"
            ]
        }
    ]
}