Auto eBay Feedback
Automatically leaves eBay feedback for all transactions
O que é Auto eBay Feedback?
Auto eBay Feedback é uma extensão do Chrome desenvolvida por https://milanisaweso.me, e sua principal característica é "Automatically leaves eBay feedback for all transactions".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Auto eBay Feedback
Baixe arquivos de extensão Auto eBay Feedback 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
Rather than waste valuable time manually leaving feedback for every eBay transaction, you can type your feedback once and have the comment applied to all of your transactions. Great for small and big sellers alike! [v2.2] Fixed clicking of "Leave feedback" button [v2.1] Added a 3 second wait before reloading feedback page [v2.0] Updated for new eBay layout, which was effective late 2017 [v1.0.1] - Fixed my error of uploading Firefox version [v1.0] - Initial Release
Informações Básicas da Extensão
Nome | |
ID | hhagpffmkdoppgkfdonjlidkjlljehob |
URL Oficial | https://chrome.google.com/webstore/detail/auto-ebay-feedback/hhagpffmkdoppgkfdonjlidkjlljehob |
Descrição | Automatically leaves eBay feedback for all transactions |
Tamanho do Arquivo | 35.43 KB |
Contagem de Instalações | 310 |
Versão Atual | 2.2 |
Última Atualização | 2018-09-22 |
Data de Publicação | 2018-09-22 |
Classificação | 4.57/5 Total de 7 Avaliações |
Desenvolvedor | https://milanisaweso.me |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/milan102/Auto-eBay-Feedback |
URL da Página de Ajuda | https://milanisaweso.me/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto eBay Feedback", "description": "Automatically leaves eBay feedback for all transactions", "homepage_url": "https:\/\/github.com\/milan102\/Auto-eBay-Feedback", "version": "2.2", "manifest_version": 2, "browser_action": { "browser_style": true, "default_title": "Auto eBay Feedback", "default_popup": "popup\/ebayfeedback.html", "default_icon": "icons\/ebay-32.png" }, "icons": { "48": "icons\/ebay-48.png" }, "permissions": [ "*:\/\/*.ebay.com\/*", "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.ebay.com\/fdbk\/leave_feedback", "*:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll" ], "js": [ "content_scripts\/current_leavefeedback.js" ] } ] } |