mytaoagent - Shopping Assistant For Taobao
mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .
Hvad er mytaoagent - Shopping Assistant For Taobao?
mytaoagent - Shopping Assistant For Taobao er en Chrome-udvidelse udviklet af chinabuyexpress, og dens hovedfunktion er "mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .".
Udvidelsesskærmbilleder
Download mytaoagent - Shopping Assistant For Taobao-udvidelses-CRX-fil
Download mytaoagent - Shopping Assistant For Taobao-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite Help Shopping for taobao Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lkmidpkafbcnchdpbnajapbljhbjmkhf |
| Officiel URL | https://chromewebstore.google.com/detail/mytaoagent-shopping-assis/lkmidpkafbcnchdpbnajapbljhbjmkhf |
| Beskrivelse | mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite . |
| Filstørrelse | 51.94 KB |
| Antal Installationer | 71 |
| Nuværende Version | 1.3 |
| Senest Opdateret | 2014-07-31 |
| Udgivelsesdato | 2014-07-30 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | chinabuyexpress |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.mytaoagent.com |
| Hjælpeside-URL | http://www.mytaoagent.com |
| Understøttede Sprog | 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
} | |