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 là gì?
mytaoagent - Shopping Assistant For Taobao là một tiện ích mở rộng Chrome được phát triển bởi chinabuyexpress, và tính năng chính của nó là "mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng mytaoagent - Shopping Assistant For Taobao
Tải xuống các tệp mở rộng mytaoagent - Shopping Assistant For Taobao dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite Help Shopping for taobao
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | mytaoagent - Shopping Assistant For Taobao |
ID | lkmidpkafbcnchdpbnajapbljhbjmkhf |
URL Chính Thức | https://chromewebstore.google.com/detail/mytaoagent-shopping-assis/lkmidpkafbcnchdpbnajapbljhbjmkhf |
Mô tả | mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite . |
Kích Thước Tệp | 51.94 KB |
Số Lần Cài Đặt | 71 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2014-07-31 |
Ngày Phát Hành | 2014-07-30 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | chinabuyexpress |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.mytaoagent.com |
URL Trang Trợ Giúp | http://www.mytaoagent.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } |