Where2Shop
Where2shop(Smart way to Purchase).
Cos'è Where2Shop?
Where2Shop è un'estensione di Chrome sviluppata da dhanasekar.mani, e la sua funzione principale è "Where2shop(Smart way to Purchase).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Where2Shop
Scarica i file di estensione Where2Shop in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gdlgfajflgfjnhcgnpdhdhdihngndpmg |
URL Ufficiale | https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg |
Descrizione | Where2shop(Smart way to Purchase). |
Dimensione del File | 37.32 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2017-05-30 |
Data di Pubblicazione | 2017-05-30 |
Valutazione | 4.64/5 Totale 25 Valutazioni |
Sviluppatore | dhanasekar.mani |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://where2shop.in/ |
URL della Pagina di Aiuto | http://where2shop.in/search.php?view=searchlist&layout=contactus |
URL della Pagina della Politica sulla Privacy | http://www.where2shop.in/search.php?view=searchlist&layout=privacy |
Lingue Supportate | 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" ] } ] } |