TaoBaoExpress
Mua Và Nhập Hàng Trung Quốc Chuyên Nghiệp, Giá Rẻ Nhất
什麼是TaoBaoExpress?
TaoBaoExpress是由TuanTep開發的Chrome擴展程式,該擴展的主要功能是“Mua Và Nhập Hàng Trung Quốc Chuyên Nghiệp, Giá Rẻ Nhất”。
擴展截圖
下載TaoBaoExpress擴展crx文件
下載TaoBaoExpress擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ứng dụng hỗ trợ khách hàng mua hàng trực tuyến tại các trang bán hàng của Trung Quốc như taobao.com tmall.com... Ứng dụng đang trong quá trình thửi nghiệm Phát triển bởi http://taobaoexpress.vn Code by: [email protected]
擴展基本資訊
名稱 | |
ID | egbbmanpfmppajapegliippkollbnkag |
官方網址 | https://chromewebstore.google.com/detail/taobaoexpress/egbbmanpfmppajapegliippkollbnkag |
簡介 | Mua Và Nhập Hàng Trung Quốc Chuyên Nghiệp, Giá Rẻ Nhất |
檔案大小 | 70.48 KB |
安裝次數 | 14 |
目前版本 | 1.1 |
更新時間 | 2015-05-15 |
上架時間 | 2015-05-15 |
評分 | 5.00/5 共 1 次評分 |
開發者 | TuanTep |
付費類型 | free |
支援的語言 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TaoBaoExpress", "description": "Mua V\u00e0 Nh\u1eadp H\u00e0ng Trung Qu\u1ed1c Chuy\u00ean Nghi\u1ec7p, Gi\u00e1 R\u1ebb Nh\u1ea5t", "version": "1.1", "browser_action": { "default_icon": "logo.png", "default_popup": "myPopup.html", "default_title": "\u1ee8ng d\u1ee5ng TaoBaoExpress.vn" }, "permissions": [ "activeTab", "http:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.taobao.com\/*" ], "css": [ "mystyle.css" ], "js": [ "jquery-1.11.3.min.js", "myscript-taobao.js", "dathang.js" ] }, { "matches": [ "http:\/\/*.tmall.com\/*" ], "css": [ "mystyle.css" ], "js": [ "jquery-1.11.3.min.js", "myscript-tmall.js", "dathang.js" ] } ] } |