nhaphangsi.com
Đặt hàng taobao, tmall, 1688...
nhaphangsi.comとは何ですか?
nhaphangsi.comはNhapHangTaoBaoによって開発されたChromeの拡張機能で、その主な機能は「Đặt hàng taobao, tmall, 1688...」です。
拡張機能のスクリーンショット
nhaphangsi.com拡張機能のCRXファイルをダウンロード
nhaphangsi.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Nhập hàng sỉ, Chuyên nhập hàng taobao, tmall, 1688... Từ trang chi tiết của taobao, 1688, khách hàng có thểm thêm sản phẩm vào giỏ hàng, sau đặt hàng, Chúng tôi sẽ đặt hàng giúp bạn Version mới update lại addon để thêm được sản phẩm 1688 trên giao diện mới
拡張機能の基本情報
名前 | nhaphangsi.com |
ID | cccmocobgmllibhjjmhcbogkggmpkbjn |
公式URL | https://chromewebstore.google.com/detail/nhaphangsicom/cccmocobgmllibhjjmhcbogkggmpkbjn |
説明 | Đặt hàng taobao, tmall, 1688... |
ファイルサイズ | 112 KB |
インストール数 | 68 |
現在のバージョン | 1.13 |
最終更新日 | 2023-03-09 |
公開日 | 2019-03-22 |
開発者 | NhapHangTaoBao |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://nhaphangsi.com/ |
ヘルプページのURL | http://nhaphangsi.com/ |
プライバシーポリシーページのURL | http://tinphatorder.com/term.html |
対応言語 | vi |
manifest.json | |
{ "name": "nhaphangsi.com", "version": "1.13", "manifest_version": 2, "description": "\u0110\u1eb7t h\u00e0ng taobao, tmall, 1688...", "icons": { "16": "icon.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "nhaphangsi.js", "config.js" ], "matches": [ "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.yao.95095.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.hm.com\/*", "https:\/\/*.hm.cn\/*", "https:\/\/*.zara.cn\/*", "https:\/\/*.zara.com\/*", "https:\/\/*.jd.com\/*" ] } ], "background": { "page": "background.html", "persistent": true }, "permissions": [ "https:\/\/nhaphangsi.com\/*", "https:\/\/*.tmall.hk\/*", "http:\/\/nhaphangsi.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.hm.com\/*", "https:\/\/*.hm.cn\/*", "https:\/\/*.zara.cn\/*", "https:\/\/*.yao.95095.com\/*", "https:\/\/*.zara.com\/*", "https:\/\/*.jd.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "", "default_icon": "icon.png" } } |