Shop 4 Less

Compare other major sites and buy at right price

Shop 4 Less क्या है?

Shop 4 Less Apptikka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Compare other major sites and buy at right price"।

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

screenshot
screenshot
screenshot

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

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

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

                        How many times during online shopping, before adding to cart you thought is there some other place that this product is cheaper than this price ?

Well from now on, forget about the it. This extension will help you search other major websites (more than 200+ websites) and shows you the price those sites offer.                    

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

नाम Shop 4 Less Shop 4 Less
ID nbdcdabndhehpnlfnfaooedgpbdpohhi
आधिकारिक URL https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi
विवरण Compare other major sites and buy at right price
फ़ाइल का आकार 28.53 KB
स्थापना संख्या 62
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-08-08
प्रकाशन तिथि 2016-08-08
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Apptikka
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.dealtikka.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shop 4 Less",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Compare other major sites and buy at right price",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon 48.png",
        "128": "icon 128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}