Công cụ đặt hàng logistics
Công cụ hỗ trợ người dùng của Đặt hàng logistics đặt hàng trên website: Taobao.com, Tmall.com và 1688.com
Công cụ đặt hàng logisticsとは何ですか?
Công cụ đặt hàng logisticsはhttps://dathanglogistics.comによって開発されたChromeの拡張機能で、その主な機能は「Công cụ hỗ trợ người dùng của Đặt hàng logistics đặt hàng trên website: Taobao.com, Tmall.com và 1688.com」です。
拡張機能のスクリーンショット
Công cụ đặt hàng logistics拡張機能のCRXファイルをダウンロード
Công cụ đặt hàng logistics拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Công cụ đặt hàng logistics là công cụ hỗ trợ người dùng của dathanglogistics.com đặt hàng trên các website thương mại điện tử như taobao.com, 1688.com, tmall.com 拡張機能の基本情報
| 名前 | |
| ID | adiopihhlidbeabkmboimeiancjinhlh |
| 公式URL | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-logistic/adiopihhlidbeabkmboimeiancjinhlh |
| 説明 | Công cụ hỗ trợ người dùng của Đặt hàng logistics đặt hàng trên website: Taobao.com, Tmall.com và 1688.com |
| ファイルサイズ | 107 KB |
| インストール数 | 187 |
| 現在のバージョン | 2.3.7 |
| 最終更新日 | 2022-02-09 |
| 公開日 | 2018-11-11 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | https://dathanglogistics.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://thietkewebos.com/ |
| プライバシーポリシーページのURL | https://thietkewebos.com/privacy-policy.html |
| 対応言語 | vi |
| manifest.json | |
{
"manifest_version": 2,
"name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng logistics",
"short_name": "dathanglogistics.com",
"description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 ng\u01b0\u1eddi d\u00f9ng c\u1ee7a \u0110\u1eb7t h\u00e0ng logistics \u0111\u1eb7t h\u00e0ng tr\u00ean website: Taobao.com, Tmall.com v\u00e0 1688.com",
"version": "2.3.7",
"homepage_url": "https:\/\/dathanglogistics.com",
"browser_action": {
"default_icon": "images\/icon.png",
"default_title": "Ti\u1ec7n \u00edch l\u00ean \u0111\u01a1n h\u00e0ng c\u1ee7a dathanglogistics.com 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:\/\/dathanglogistics.com\/*",
"https:\/\/2.taobao.com\/item.htm"
],
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/*.dathanglogistics.com\/*",
"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"
} | |