E4 eBay OBO Reveal
Shows the true best offer price on eBay.
Apa itu E4 eBay OBO Reveal?
E4 eBay OBO Reveal adalah ekstensi Chrome yang dikembangkan oleh smpratte, dan fitur utamanya adalah "Shows the true best offer price on eBay.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi E4 eBay OBO Reveal
Unduh file ekstensi E4 eBay OBO Reveal 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
Reveals accepted best offer price on sold ebay items.
Informasi Dasar Ekstensi
Nama | |
ID | dgkikacooieebjbahemgpcaldhglalfo |
URL Resmi | https://chrome.google.com/webstore/detail/e4-ebay-obo-reveal/dgkikacooieebjbahemgpcaldhglalfo |
Deskripsi | Shows the true best offer price on eBay. |
Ukuran File | 8 KB |
Jumlah Instalasi | 131 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-05-06 |
Tanggal Publikasi | 2020-05-06 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | smpratte |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "E4 eBay OBO Reveal", "version": "1.0", "description": "Shows the true best offer price on eBay.", "manifest_version": 2, "icons": { "64": "e4.png" }, "permissions": [ "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.com.au\/*", "https:\/\/*.ebay.at\/*", "https:\/\/*.ebay.be\/*", "https:\/\/*.ebay.ca\/*", "https:\/\/*.ebay.cn\/*", "https:\/\/*.ebay.fr\/*", "https:\/\/*.ebay.de\/*", "https:\/\/*.ebay.com.hk\/*", "https:\/\/*.ebay.in\/*", "https:\/\/*.ebay.ie\/*", "https:\/\/*.ebay.it\/*", "https:\/\/*.ebay.co.jp\/*", "https:\/\/*.ebay.com.my\/*", "https:\/\/*.ebay.nl\/*", "https:\/\/*.ebay.ph\/*", "https:\/\/*.ebay.pl\/*", "https:\/\/*.ebay.com.sg\/*", "https:\/\/*.ebay.es\/*", "https:\/\/*.ebay.se\/*", "https:\/\/*.ebay.ch\/*", "https:\/\/*.ebay.com.tw\/*", "https:\/\/*.ebay.co.th\/*", "https:\/\/*.ebay.co.uk\/*", "https:\/\/*.ebay.vn\/*", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.com.au\/*", "https:\/\/*.ebay.at\/*", "https:\/\/*.ebay.be\/*", "https:\/\/*.ebay.ca\/*", "https:\/\/*.ebay.cn\/*", "https:\/\/*.ebay.fr\/*", "https:\/\/*.ebay.de\/*", "https:\/\/*.ebay.com.hk\/*", "https:\/\/*.ebay.in\/*", "https:\/\/*.ebay.ie\/*", "https:\/\/*.ebay.it\/*", "https:\/\/*.ebay.co.jp\/*", "https:\/\/*.ebay.com.my\/*", "https:\/\/*.ebay.nl\/*", "https:\/\/*.ebay.ph\/*", "https:\/\/*.ebay.pl\/*", "https:\/\/*.ebay.com.sg\/*", "https:\/\/*.ebay.es\/*", "https:\/\/*.ebay.se\/*", "https:\/\/*.ebay.ch\/*", "https:\/\/*.ebay.com.tw\/*", "https:\/\/*.ebay.co.th\/*", "https:\/\/*.ebay.co.uk\/*", "https:\/\/*.ebay.vn\/*" ], "css": [ "e4.css" ], "js": [ "e4.js" ] } ], "web_accessible_resources": [ "e4.png" ] } |