mytaoagent - Shopping Assistant For Taobao
mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .
O que é mytaoagent - Shopping Assistant For Taobao?
mytaoagent - Shopping Assistant For Taobao é uma extensão do Chrome desenvolvida por chinabuyexpress, e sua principal característica é "mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão mytaoagent - Shopping Assistant For Taobao
Baixe arquivos de extensão mytaoagent - Shopping Assistant For Taobao 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
mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite Help Shopping for taobao
Informações Básicas da Extensão
Nome | mytaoagent - Shopping Assistant For Taobao |
ID | lkmidpkafbcnchdpbnajapbljhbjmkhf |
URL Oficial | https://chromewebstore.google.com/detail/mytaoagent-shopping-assis/lkmidpkafbcnchdpbnajapbljhbjmkhf |
Descrição | mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite . |
Tamanho do Arquivo | 51.94 KB |
Contagem de Instalações | 71 |
Versão Atual | 1.3 |
Última Atualização | 2014-07-31 |
Data de Publicação | 2014-07-30 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | chinabuyexpress |
Tipo de Pagamento | free |
Site da Extensão | http://www.mytaoagent.com |
URL da Página de Ajuda | http://www.mytaoagent.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "version": "1.3", "description": "__MSG_application_description__", "icons": { "128": "icon.png", "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/www.googleapis.com\/*", "https:\/\/www.googleapis.com\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*" ], "js": [ "jquery.min.js", "main.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "background": { "scripts": [ "chrome_ex_oauthsimple.js", "chrome_ex_oauth.js", "background.js" ] }, "permissions": [ "https:\/\/www.google.com\/accounts\/OAuthGetRequestToken", "https:\/\/www.google.com\/accounts\/OAuthAuthorizeToken", "https:\/\/www.google.com\/accounts\/OAuthGetAccessToken", "tabs" ], "manifest_version": 2 } |