Where2Shop

Where2shop(Smart way to Purchase).

Where2Shop क्या है?

Where2Shop dhanasekar.mani द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Where2shop(Smart way to Purchase)."।

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

screenshot

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

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

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

                        OVERVIEW - WHERE2SHOP is the First Indian Shopping Search Engine. You can compare prices from Best Online Stores. Give your online shopping the best experience you can ever imagine. No more downloads of different shopping apps. You can find all your favorite store be it Amazon, Flipkart, Snapdeal or other shopping sites. Where2shop is a one stop destination of all your favorite shopping stores. Shop Your favorite products online and compare prices, give the best value for your money.                    

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

नाम Where2Shop Where2Shop
ID gdlgfajflgfjnhcgnpdhdhdihngndpmg
आधिकारिक URL https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg
विवरण Where2shop(Smart way to Purchase).
फ़ाइल का आकार 37.32 KB
स्थापना संख्या 19
वर्तमान संस्करण 2.2
अंतिम अपडेट 2017-05-30
प्रकाशन तिथि 2017-05-30
रेटिंग 4.64/5 कुल 25 रेटिंग्स
डेवलपर dhanasekar.mani
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://where2shop.in/
सहायता पृष्ठ URL http://where2shop.in/search.php?view=searchlist&layout=contactus
गोपनीयता नीति पृष्ठ URL http://www.where2shop.in/search.php?view=searchlist&layout=privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Where2Shop",
    "version": "2.2",
    "description": "Where2shop(Smart way to Purchase).",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/www.where2shop.in\/*"
        ]
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ]
}