Nguồn hàng Tao bao
Addon hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com
Nguồn hàng Tao baoとは何ですか?
Nguồn hàng Tao baoはhttps://nguonhangtaobao.vnによって開発されたChromeの拡張機能で、その主な機能は「Addon hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com」です。
拡張機能のスクリーンショット
Nguồn hàng Tao bao拡張機能のCRXファイルをダウンロード
Nguồn hàng Tao bao拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Addon - Nguồn hàng Tao bao
This is a tool to support online import, create orders directly on taobao.com, 1688.com, tmall.com to help make cheap Chinese orders, create orders anytime, anywhere 拡張機能の基本情報
| 名前 | |
| ID | bgbginncjmpghglgknmlcdpljmjcknbl |
| 公式URL | https://chromewebstore.google.com/detail/ngu%E1%BB%93n-h%C3%A0ng-tao-bao/bgbginncjmpghglgknmlcdpljmjcknbl |
| 説明 | Addon hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com |
| ファイルサイズ | 89.42 KB |
| インストール数 | 31 |
| 現在のバージョン | 2.3.7 |
| 最終更新日 | 2021-11-16 |
| 公開日 | 2020-05-12 |
| 開発者 | https://nguonhangtaobao.vn |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://nguonhangtaobao.vn/ |
| プライバシーポリシーページのURL | https://thietkewebos.com/privacy-policy.html |
| 対応言語 | vi |
| manifest.json | |
{
"manifest_version": 2,
"name": "Ngu\u1ed3n h\u00e0ng Tao bao",
"short_name": "nguonhangtaobao.vn",
"description": "Addon h\u1ed7 tr\u1ee3 ch\u1ecdn s\u1ea3n ph\u1ea9m khi mua h\u00e0ng tr\u1ef1c tuy\u1ebfn t\u1ea1i website taobao.com,tmall.com v\u00e0 1688.com",
"version": "2.3.7",
"browser_action": {
"default_icon": "images\/icon.png",
"default_title": "Ti\u1ec7n \u00edch l\u00ean \u0111\u01a1n h\u00e0ng c\u1ee7a nguonhangtaobao.vn tr\u00ean taobao, tmall, 1688",
"default_popup": "popup.html"
},
"icons": {
"128": "images\/icon.png"
},
"background": {
"scripts": [
"js\/background.min.js"
],
"persistent": false
},
"permissions": [
"storage",
"notifications",
"https:\/\/nguonhangtaobao.vn\/*",
"https:\/\/2.taobao.com\/item.htm"
],
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/*.nguonhangtaobao.vn\/*",
"http:\/\/*.taobao.com\/*",
"https:\/\/*.taobao.com\/*",
"http:\/\/*.tmall.com\/*",
"https:\/\/*.tmall.com\/*",
"https:\/\/*.tmall.hk\/*",
"https:\/\/*.jd.com\/*",
"https:\/\/*.jd.hk\/*",
"http:\/\/detail.1688.com\/*",
"https:\/\/detail.1688.com\/*",
"http:\/\/item.1688.com\/*",
"https:\/\/item.1688.com\/*",
"http:\/\/item.jd.com\/*",
"https:\/\/item.jd.com\/*",
"https:\/\/item.jd.hk\/*"
],
"js": [
"js\/app.min.js"
],
"css": [
"css\/styles.min.css"
]
}
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |