Where2Shop

Where2shop(Smart way to Purchase).

Was ist Where2Shop?

Where2Shop ist eine Chrome-Erweiterung, die von dhanasekar.mani entwickelt wurde, und ihr Hauptmerkmal ist "Where2shop(Smart way to Purchase).".

Erweiterungsscreenshots

screenshot

Where2Shop-Erweiterungs-CRX-Datei herunterladen

Laden Sie Where2Shop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Where2Shop Where2Shop
ID gdlgfajflgfjnhcgnpdhdhdihngndpmg
Offizielle URL https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg
Beschreibung Where2shop(Smart way to Purchase).
Dateigröße 37.32 KB
Installationsanzahl 19
Aktuelle Version 2.2
Letztes Update 2017-05-30
Veröffentlichungsdatum 2017-05-30
Bewertung 4.64/5 Insgesamt 25 Bewertungen
Entwickler dhanasekar.mani
Zahlungsart free
Erweiterungswebsite http://where2shop.in/
Hilfeseite URL http://where2shop.in/search.php?view=searchlist&layout=contactus
URL der Datenschutzrichtlinien-Seite http://www.where2shop.in/search.php?view=searchlist&layout=privacy
Unterstützte Sprachen 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"
            ]
        }
    ]
}