eBay Enhancement Suite
Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.
Cos'è eBay Enhancement Suite?
eBay Enhancement Suite è un'estensione di Chrome sviluppata da LakinSoft, e la sua funzione principale è "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione eBay Enhancement Suite
Scarica i file di estensione eBay Enhancement Suite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | eBay Enhancement Suite |
ID | hpjjahdkofhbimpjfmgnobenmgfciepj |
URL Ufficiale | https://chromewebstore.google.com/detail/ebay-enhancement-suite/hpjjahdkofhbimpjfmgnobenmgfciepj |
Descrizione | Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come. |
Dimensione del File | 1.89 MB |
Conteggio Installazioni | 21 |
Versione Corrente | 2.2.1 |
Ultimo Aggiornamento | 2018-07-09 |
Data di Pubblicazione | 2018-07-09 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | LakinSoft |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } } |