Where2Shop

Where2shop(Smart way to Purchase).

Hvad er Where2Shop?

Where2Shop er en Chrome-udvidelse udviklet af dhanasekar.mani, og dens hovedfunktion er "Where2shop(Smart way to Purchase).".

Udvidelsesskærmbilleder

screenshot

Download Where2Shop-udvidelses-CRX-fil

Download Where2Shop-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Where2Shop Where2Shop
ID gdlgfajflgfjnhcgnpdhdhdihngndpmg
Officiel URL https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg
Beskrivelse Where2shop(Smart way to Purchase).
Filstørrelse 37.32 KB
Antal Installationer 19
Nuværende Version 2.2
Senest Opdateret 2017-05-30
Udgivelsesdato 2017-05-30
Bedømmelse 4.64/5 Samlet 25 Bedømmelser
Udvikler dhanasekar.mani
Betalingsmetode free
Udvidelseswebsted http://where2shop.in/
Hjælpeside-URL http://where2shop.in/search.php?view=searchlist&layout=contactus
URL til Fortrolighedspolitik Side http://www.where2shop.in/search.php?view=searchlist&layout=privacy
Understøttede Sprog 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"
            ]
        }
    ]
}