E4 eBay OBO Reveal
Shows the true best offer price on eBay.
Co to jest E4 eBay OBO Reveal?
E4 eBay OBO Reveal to rozszerzenie Chrome opracowane przez smpratte, a jego główną funkcją jest „Shows the true best offer price on eBay.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia E4 eBay OBO Reveal
Pobierz pliki rozszerzeń E4 eBay OBO Reveal w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Reveals accepted best offer price on sold ebay items.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dgkikacooieebjbahemgpcaldhglalfo |
Oficjalny URL | https://chrome.google.com/webstore/detail/e4-ebay-obo-reveal/dgkikacooieebjbahemgpcaldhglalfo |
Opis | Shows the true best offer price on eBay. |
Rozmiar pliku | 8 KB |
Liczba instalacji | 131 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-05-06 |
Data Publikacji | 2020-05-06 |
Ocena | 2.33/5 Łącznie 3 Oceny |
Deweloper | smpratte |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |