mytaoagent - Shopping Assistant For Taobao
mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .
Was ist mytaoagent - Shopping Assistant For Taobao?
mytaoagent - Shopping Assistant For Taobao ist eine Chrome-Erweiterung, die von chinabuyexpress entwickelt wurde, und ihr Hauptmerkmal ist "mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .".
Erweiterungsscreenshots
mytaoagent - Shopping Assistant For Taobao-Erweiterungs-CRX-Datei herunterladen
Laden Sie mytaoagent - Shopping Assistant For Taobao-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite Help Shopping for taobao
Grundlegende Informationen zur Erweiterung
Name | mytaoagent - Shopping Assistant For Taobao |
ID | lkmidpkafbcnchdpbnajapbljhbjmkhf |
Offizielle URL | https://chromewebstore.google.com/detail/mytaoagent-shopping-assis/lkmidpkafbcnchdpbnajapbljhbjmkhf |
Beschreibung | mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite . |
Dateigröße | 51.94 KB |
Installationsanzahl | 71 |
Aktuelle Version | 1.3 |
Letztes Update | 2014-07-31 |
Veröffentlichungsdatum | 2014-07-30 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | chinabuyexpress |
Zahlungsart | free |
Erweiterungswebsite | http://www.mytaoagent.com |
Hilfeseite URL | http://www.mytaoagent.com |
Unterstützte Sprachen | 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 } |