Euro Scout
Compare Amazon to Amazon prices!
O que é Euro Scout?
Euro Scout é uma extensão do Chrome desenvolvida por FBA Ship UK, e sua principal característica é "Compare Amazon to Amazon prices!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Euro Scout
Baixe arquivos de extensão Euro Scout 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
Instantly compare prices across European markets to help you increase sales across the EU. Euro Scout instantly scans the following marketplaces - Amazon.DE Amazon.FR Amazon.ES Amazon.IT It will check the price in both Euros and Pounds as well as the sales rank. All this information will be displayed conveniently in your browser when looking at a UK product page. Used properly you'll be able to make better purchasing decisions and make more money from your existing inventory by winning the buy box more often in EU marketplaces.
Informações Básicas da Extensão
Nome | Euro Scout |
ID | hncpagijhmpghnbcabmnpdlmlaopbgbg |
URL Oficial | https://chromewebstore.google.com/detail/euro-scout/hncpagijhmpghnbcabmnpdlmlaopbgbg |
Descrição | Compare Amazon to Amazon prices! |
Tamanho do Arquivo | 119 KB |
Contagem de Instalações | 147 |
Versão Atual | 2.2 |
Última Atualização | 2017-02-28 |
Data de Publicação | 2017-02-28 |
Classificação | 3.67/5 Total de 6 Avaliações |
Desenvolvedor | FBA Ship UK |
Tipo de Pagamento | free |
Site da Extensão | http://www.euroscout.co.uk/ |
URL da Página de Ajuda | http://www.euroscout.co.uk/ |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Euro Scout", "description": "Compare Amazon to Amazon prices!", "version": "2.2", "icons": { "16": "icon16.png", "48": "icon48.png" }, "browser_action": { "default_icon": "icon16.png" }, "background": { "scripts": [ "js\/jquery.js", "js\/login.js", "js\/bg.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.es\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery.js", "js\/ejs.js", "js\/login.js", "js\/content.js" ] } ], "permissions": [ "tabs", "activeTab", "storage", "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.ecb.europa.eu\/*", "*:\/\/euroscout.co.uk\/*" ], "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false }, "options_page": "options.html", "web_accessible_resources": [ "img\/*", "icon16.png", "icon48.png", "inject.ejs", "options.html" ] } |