eBay Enhancement Suite
Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.
O que é eBay Enhancement Suite?
eBay Enhancement Suite é uma extensão do Chrome desenvolvida por LakinSoft, e sua principal característica é "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão eBay Enhancement Suite
Baixe arquivos de extensão eBay Enhancement Suite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | eBay Enhancement Suite |
ID | hpjjahdkofhbimpjfmgnobenmgfciepj |
URL Oficial | https://chromewebstore.google.com/detail/ebay-enhancement-suite/hpjjahdkofhbimpjfmgnobenmgfciepj |
Descrição | Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come. |
Tamanho do Arquivo | 1.89 MB |
Contagem de Instalações | 21 |
Versão Atual | 2.2.1 |
Última Atualização | 2018-07-09 |
Data de Publicação | 2018-07-09 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | LakinSoft |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } } |