Shop 4 Less
Compare other major sites and buy at right price
Apa itu Shop 4 Less?
Shop 4 Less adalah ekstensi Chrome yang dikembangkan oleh Apptikka, dan fitur utamanya adalah "Compare other major sites and buy at right price".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Shop 4 Less
Unduh file ekstensi Shop 4 Less 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
How many times during online shopping, before adding to cart you thought is there some other place that this product is cheaper than this price ? Well from now on, forget about the it. This extension will help you search other major websites (more than 200+ websites) and shows you the price those sites offer.
Informasi Dasar Ekstensi
Nama | |
ID | nbdcdabndhehpnlfnfaooedgpbdpohhi |
URL Resmi | https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi |
Deskripsi | Compare other major sites and buy at right price |
Ukuran File | 28.53 KB |
Jumlah Instalasi | 62 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-08-08 |
Tanggal Publikasi | 2016-08-08 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Apptikka |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.dealtikka.com/ |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shop 4 Less", "version": "1.0", "manifest_version": 2, "description": "Compare other major sites and buy at right price", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon.png", "48": "icon 48.png", "128": "icon 128.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |