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 |
公式URL | 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" ] } ] } |