Where2Shop
Where2shop(Smart way to Purchase).
Qu'est-ce que Where2Shop ?
Where2Shop est une extension Chrome développée par dhanasekar.mani, et sa fonction principale est "Where2shop(Smart way to Purchase).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Where2Shop
Téléchargez les fichiers d'extension Where2Shop au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gdlgfajflgfjnhcgnpdhdhdihngndpmg |
URL Officiel | https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg |
Description | Where2shop(Smart way to Purchase). |
Taille du Fichier | 37.32 KB |
Nombre d'Installations | 19 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2017-05-30 |
Date de Publication | 2017-05-30 |
Évaluation | 4.64/5 Total 25 Évaluations |
Développeur | dhanasekar.mani |
Type de Paiement | free |
Site Web de l'Extension | http://where2shop.in/ |
URL de la Page d'Aide | http://where2shop.in/search.php?view=searchlist&layout=contactus |
URL de la Page de Politique de Confidentialité | http://www.where2shop.in/search.php?view=searchlist&layout=privacy |
Langues Prises en Charge | 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" ] } ] } |