Lower Ebay Price Alert
This extension shows ebay price of the selling item on Amazon when ebay price is lower.
O que é Lower Ebay Price Alert?
Lower Ebay Price Alert é uma extensão do Chrome desenvolvida por ferryzhou, e sua principal característica é "This extension shows ebay price of the selling item on Amazon when ebay price is lower.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lower Ebay Price Alert
Baixe arquivos de extensão Lower Ebay Price Alert 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
Informações Básicas da Extensão
Nome | |
ID | ngcbdfdpiffiblpaokclgmbomelnopoe |
URL Oficial | https://chrome.google.com/webstore/detail/lower-ebay-price-alert/ngcbdfdpiffiblpaokclgmbomelnopoe |
Descrição | This extension shows ebay price of the selling item on Amazon when ebay price is lower. |
Tamanho do Arquivo | 48.06 KB |
Contagem de Instalações | 163 |
Versão Atual | 1.0 |
Última Atualização | 2015-12-20 |
Data de Publicação | 2015-12-20 |
Classificação | 2.00/5 Total de 1 Avaliações |
Desenvolvedor | ferryzhou |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lower Ebay Price Alert", "description": "This extension shows ebay price of the selling item on Amazon when ebay price is lower.", "version": "1.0", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.amazon.com\/*" ], "js": [ "jquery-1.8.2.min.js", "underscore-min.js", "contentscript.js" ] } ], "permissions": [ "activeTab", "http:\/\/ebayprice-1164.appspot.com\/*", "http:\/\/www.amazon.com\/*" ] } |