Where2Shop
Where2shop(Smart way to Purchase).
Co je Where2Shop?
Where2Shop je rozšíření Chrome vyvinuté dhanasekar.mani, a jeho hlavní funkcí je „Where2shop(Smart way to Purchase).“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Where2Shop
Stáhněte si soubory rozšíření Where2Shop ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | gdlgfajflgfjnhcgnpdhdhdihngndpmg |
Oficiální URL | https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg |
Popis | Where2shop(Smart way to Purchase). |
Velikost souboru | 37.32 KB |
Počet instalací | 19 |
Aktuální Verze | 2.2 |
Poslední Aktualizace | 2017-05-30 |
Datum Vydání | 2017-05-30 |
Hodnocení | 4.64/5 Celkem 25 Hodnocení |
Vývojář | dhanasekar.mani |
Typ Platby | free |
Webové stránky Rozšíření | http://where2shop.in/ |
URL Stránky Nápovědy | http://where2shop.in/search.php?view=searchlist&layout=contactus |
URL Stránky Zásad Ochrany Soukromí | http://www.where2shop.in/search.php?view=searchlist&layout=privacy |
Podporované Jazyky | 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" ] } ] } |