Where2Shop

Where2shop(Smart way to Purchase).

Co to jest Where2Shop?

Where2Shop to rozszerzenie Chrome opracowane przez dhanasekar.mani, a jego główną funkcją jest „Where2shop(Smart way to Purchase).”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Where2Shop

Pobierz pliki rozszerzeń Where2Shop w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Where2Shop Where2Shop
ID gdlgfajflgfjnhcgnpdhdhdihngndpmg
Oficjalny URL https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg
Opis Where2shop(Smart way to Purchase).
Rozmiar pliku 37.32 KB
Liczba instalacji 19
Aktualna Wersja 2.2
Ostatnia Aktualizacja 2017-05-30
Data Publikacji 2017-05-30
Ocena 4.64/5 Łącznie 25 Oceny
Deweloper dhanasekar.mani
Typ Płatności free
Strona Rozszerzenia http://where2shop.in/
Adres URL Strony Pomocy http://where2shop.in/search.php?view=searchlist&layout=contactus
Adres URL Strony Polityki Prywatności http://www.where2shop.in/search.php?view=searchlist&layout=privacy
Obsługiwane Języki 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"
            ]
        }
    ]
}