Where2Shop

Where2shop(Smart way to Purchase).

Vad är Where2Shop?

Where2Shop är en Chrome-tillägg utvecklad av dhanasekar.mani, och dess huvudfunktion är "Where2shop(Smart way to Purchase).".

Tilläggsskärmbilder

screenshot

Ladda ner Where2Shop-förlängningens CRX-fil

Ladda ner Where2Shop-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Where2Shop Where2Shop
ID gdlgfajflgfjnhcgnpdhdhdihngndpmg
Officiell webbadress https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg
Beskrivning Where2shop(Smart way to Purchase).
Filstorlek 37.32 KB
Antal Installationer 19
Aktuell Version 2.2
Senast Uppdaterad 2017-05-30
Publiceringsdatum 2017-05-30
Betyg 4.64/5 Totalt 25 Betyg
Utvecklare dhanasekar.mani
Betalningssätt free
Tilläggswebbplats http://where2shop.in/
Hjälpsida URL http://where2shop.in/search.php?view=searchlist&layout=contactus
URL till Sekretesspolicy Sidan http://www.where2shop.in/search.php?view=searchlist&layout=privacy
Stödda Språk 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"
            ]
        }
    ]
}