Lower Ebay Price Alert
This extension shows ebay price of the selling item on Amazon when ebay price is lower.
Apa itu Lower Ebay Price Alert?
Lower Ebay Price Alert adalah ekstensi Chrome yang dikembangkan oleh ferryzhou, dan fitur utamanya adalah "This extension shows ebay price of the selling item on Amazon when ebay price is lower.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Lower Ebay Price Alert
Unduh file ekstensi Lower Ebay Price Alert 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
Informasi Dasar Ekstensi
Nama | |
ID | ngcbdfdpiffiblpaokclgmbomelnopoe |
URL Resmi | https://chrome.google.com/webstore/detail/lower-ebay-price-alert/ngcbdfdpiffiblpaokclgmbomelnopoe |
Deskripsi | This extension shows ebay price of the selling item on Amazon when ebay price is lower. |
Ukuran File | 48.06 KB |
Jumlah Instalasi | 163 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-12-20 |
Tanggal Publikasi | 2015-12-20 |
Penilaian | 2.00/5 Total 1 Penilaian |
Pengembang | ferryzhou |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lower Ebay Price Alert", "description": "This extension shows ebay price of the selling item on Amazon when ebay price is lower.", "version": "1.0", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.amazon.com\/*" ], "js": [ "jquery-1.8.2.min.js", "underscore-min.js", "contentscript.js" ] } ], "permissions": [ "activeTab", "http:\/\/ebayprice-1164.appspot.com\/*", "http:\/\/www.amazon.com\/*" ] } |