mytaoagent - Shopping Assistant For Taobao
mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .
Vad är mytaoagent - Shopping Assistant For Taobao?
mytaoagent - Shopping Assistant For Taobao är en Chrome-tillägg utvecklad av chinabuyexpress, och dess huvudfunktion är "mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .".
Tilläggsskärmbilder
Ladda ner mytaoagent - Shopping Assistant For Taobao-förlängningens CRX-fil
Ladda ner mytaoagent - Shopping Assistant For Taobao-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite Help Shopping for taobao Grundläggande Information om Tillägg
| Namn | |
| ID | lkmidpkafbcnchdpbnajapbljhbjmkhf |
| Officiell webbadress | https://chromewebstore.google.com/detail/mytaoagent-shopping-assis/lkmidpkafbcnchdpbnajapbljhbjmkhf |
| Beskrivning | mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite . |
| Filstorlek | 51.94 KB |
| Antal Installationer | 71 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2014-07-31 |
| Publiceringsdatum | 2014-07-30 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | chinabuyexpress |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.mytaoagent.com |
| Hjälpsida URL | http://www.mytaoagent.com |
| Stödda Språk | 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
} | |