haiphongorder.com
Đặt hàng taobao, tmall, 1688...
haiphongorder.comとは何ですか?
haiphongorder.comはhttps://www.haiphongorder.comによって開発されたChromeの拡張機能で、その主な機能は「Đặt hàng taobao, tmall, 1688...」です。
拡張機能のスクリーンショット
haiphongorder.com拡張機能のCRXファイルをダウンロード
haiphongorder.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tiện ích đặt hàng trực tiếp trên Taobao.com, 1688.com,... 1) Cho phép khách hàng chọn hàng trực quan trên website thương mại nước ngoài. 2) Quản lý tự động và tự gom hàng cùng shop (cùng người bán), giao diện giỏ hàng thân thiện bằng tiếng Việt 3) Cho phép khách hàng quản lý đơn hàng tài chính trực tuyến tại bất cứ đâu. 4) Cập nhật tình trạng mua hàng cho khách hàng, kiểm tra tình trạng hàng trực tuyến 24/7. Website: www.order.nhanh.re - www.haiphongorder.com
拡張機能の基本情報
名前 | haiphongorder.com |
ID | nablgpalkaodgdhicfnabdpehpmihaae |
公式URL | https://chromewebstore.google.com/detail/haiphongordercom/nablgpalkaodgdhicfnabdpehpmihaae |
説明 | Đặt hàng taobao, tmall, 1688... |
ファイルサイズ | 134 KB |
インストール数 | 286 |
現在のバージョン | 3.8 |
最終更新日 | 2023-02-13 |
公開日 | 2020-04-13 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | https://www.haiphongorder.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.haiphongorder.com |
ヘルプページのURL | https://www.facebook.com/linhnhu.nguyentran |
プライバシーポリシーページのURL | http://haiphongorder.com?module=news_detail&id=90 |
対応言語 | vi |
manifest.json | |
{ "name": "haiphongorder.com", "version": "3.8", "manifest_version": 2, "description": "\u0110\u1eb7t h\u00e0ng taobao, tmall, 1688...", "icons": { "16": "icon.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "includes\/jquery-latest.js", "includes\/haiphongorder.js" ], "css": [ "includes\/style.css" ], "matches": [ "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.hm.com\/*", "https:\/\/*.hm.cn\/*", "https:\/\/*.hm.com.cn\/*", "https:\/\/*.zara.cn\/*", "https:\/\/*.zara.com\/*", "https:\/\/*.forever21.cn\/*", "http:\/\/*.forever21.cn\/*", "https:\/\/*.mango.com\/*", "https:\/\/shop.mango.com\/*", "https:\/\/*.pullandbear.cn\/*", "https:\/\/*.bershka.cn\/*", "https:\/\/*.lazada.com\/*", "https:\/\/*.ebay.com\/*", "https:\/\/*.alitaobao.vn\/*", "https:\/\/*.adayroi.com\/*", "https:\/\/*.sendo.vn\/*", "https:\/\/*.tiki.vn\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.aliprice.com\/*", "https:\/\/*.google.com\/*" ] } ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/haiphongorder.com\/*", "contextMenus", "http:\/\/haiphongorder.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.hm.com\/*", "https:\/\/*.hm.cn\/*", "https:\/\/*.hm.com.cn\/*", "https:\/\/*.zara.cn\/*", "https:\/\/*.zara.com\/*", "https:\/\/*.forever21.cn\/*", "http:\/\/*.forever21.cn\/*", "https:\/\/*.mango.com\/*", "https:\/\/shop.mango.com\/*", "https:\/\/*.pullandbear.cn\/*", "https:\/\/*.bershka.cn\/*", "https:\/\/*.lazada.com\/*", "https:\/\/*.ebay.com\/*", "https:\/\/*.alitaobao.vn\/*", "https:\/\/*.adayroi.com\/*", "https:\/\/*.sendo.vn\/*", "https:\/\/*.tiki.vn\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.aliprice.com\/*", "https:\/\/*.google.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "", "default_icon": "icon.png" } } |