Amazon Price Comparator
This extension shows the price of the Amazon item in the current page for every other Amazon shop
Apa itu Amazon Price Comparator?
Amazon Price Comparator adalah ekstensi Chrome yang dikembangkan oleh DocKuro, dan fitur utamanya adalah "This extension shows the price of the Amazon item in the current page for every other Amazon shop".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Amazon Price Comparator
Unduh file ekstensi Amazon Price Comparator 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
Easily check the price of an amazon item, from its page, in the other amazon stores to spot a cheaper product in another amazon site. Both the amazon price and the other merchants price are compared, new and used, but shipping costs are NOT taken into account. Click on the price to visit the product page in the other amazon page.
Informasi Dasar Ekstensi
Nama | Amazon Price Comparator |
ID | igccnpemgifkkpnlhbebglclbgofpemb |
URL Resmi | https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb |
Deskripsi | This extension shows the price of the Amazon item in the current page for every other Amazon shop |
Ukuran File | 45.28 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.4.1 |
Terakhir Diperbarui | 2016-04-08 |
Tanggal Publikasi | 2016-04-08 |
Penilaian | 3.50/5 Total 6 Penilaian |
Pengembang | DocKuro |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Price Comparator", "description": "This extension shows the price of the Amazon item in the current page for every other Amazon shop", "version": "1.4.1", "options_page": "options.html", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "prices.html", "default_title": "Compare Prices!" }, "permissions": [ "activeTab", "storage" ] } |