eBay Enhancement Suite
Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.
Co to jest eBay Enhancement Suite?
eBay Enhancement Suite to rozszerzenie Chrome opracowane przez LakinSoft, a jego główną funkcją jest „Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia eBay Enhancement Suite
Pobierz pliki rozszerzeń eBay Enhancement Suite 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
Unofficial tweaks for eBay. Most notable are the addition of maps to product listings. I recommend looking at the options page - there's screenshots and each tweak can be individually disabled.
Podstawowe informacje o rozszerzeniu
Nazwa | eBay Enhancement Suite |
ID | hpjjahdkofhbimpjfmgnobenmgfciepj |
Oficjalny URL | https://chromewebstore.google.com/detail/ebay-enhancement-suite/hpjjahdkofhbimpjfmgnobenmgfciepj |
Opis | Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come. |
Rozmiar pliku | 1.89 MB |
Liczba instalacji | 21 |
Aktualna Wersja | 2.2.1 |
Ostatnia Aktualizacja | 2018-07-09 |
Data Publikacji | 2018-07-09 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | LakinSoft |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eBay Enhancement Suite", "version": "2.2.1", "description": "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.", "manifest_version": 2, "permissions": [ "storage" ], "options_page": "src\/options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/index.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png", "512": "images\/icon512.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png", "512": "images\/icon512.png" } } } |