mytaoagent - Shopping Assistant For Taobao
mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .
mytaoagent - Shopping Assistant For Taobao क्या है?
mytaoagent - Shopping Assistant For Taobao chinabuyexpress द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite ."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में mytaoagent - Shopping Assistant For Taobao एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite Help Shopping for taobao
एक्सटेंशन की मूल जानकारी
नाम | mytaoagent - Shopping Assistant For Taobao |
ID | lkmidpkafbcnchdpbnajapbljhbjmkhf |
आधिकारिक URL | https://chromewebstore.google.com/detail/mytaoagent-shopping-assis/lkmidpkafbcnchdpbnajapbljhbjmkhf |
विवरण | mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite . |
फ़ाइल का आकार | 51.94 KB |
स्थापना संख्या | 71 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2014-07-31 |
प्रकाशन तिथि | 2014-07-30 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | chinabuyexpress |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.mytaoagent.com |
सहायता पृष्ठ URL | http://www.mytaoagent.com |
समर्थित भाषाएँ | 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 } |