Where2Shop
Where2shop(Smart way to Purchase).
Apa itu Where2Shop?
Where2Shop adalah ekstensi Chrome yang dikembangkan oleh dhanasekar.mani, dan fitur utamanya adalah "Where2shop(Smart way to Purchase).".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Where2Shop
Unduh file ekstensi Where2Shop dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | gdlgfajflgfjnhcgnpdhdhdihngndpmg |
URL Resmi | https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg |
Deskripsi | Where2shop(Smart way to Purchase). |
Ukuran File | 37.32 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 2.2 |
Terakhir Diperbarui | 2017-05-30 |
Tanggal Publikasi | 2017-05-30 |
Penilaian | 4.64/5 Total 25 Penilaian |
Pengembang | dhanasekar.mani |
Tipe Pembayaran | free |
Situs Ekstensi | http://where2shop.in/ |
URL Halaman Bantuan | http://where2shop.in/search.php?view=searchlist&layout=contactus |
URL Halaman Kebijakan Privasi | http://www.where2shop.in/search.php?view=searchlist&layout=privacy |
Bahasa yang Didukung | 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" ] } ] } |