Order1688
Hỗ trợ đặt hàng trên TAOBAO, TMALL, 1688
Order1688とは何ですか?
Order1688はkalzen.comによって開発されたChromeの拡張機能で、その主な機能は「Hỗ trợ đặt hàng trên TAOBAO, TMALL, 1688」です。
拡張機能のスクリーンショット
Order1688拡張機能のCRXファイルをダウンロード
Order1688拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ứng dụng đặt hàng trực tuyến taobao, tmall, 1688 của website order1688.vn 拡張機能の基本情報
| 名前 | |
| ID | akokginhpmbmklmbehkejedhgogmkngi |
| 公式URL | https://chromewebstore.google.com/detail/order1688/akokginhpmbmklmbehkejedhgogmkngi |
| 説明 | Hỗ trợ đặt hàng trên TAOBAO, TMALL, 1688 |
| ファイルサイズ | 154 KB |
| インストール数 | 181 |
| 現在のバージョン | 1.0.3 |
| 最終更新日 | 2019-11-06 |
| 公開日 | 2019-11-05 |
| 開発者 | kalzen.com |
| 支払い方法 | free |
| 対応言語 | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Order1688",
"description": "H\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng tr\u00ean TAOBAO, TMALL, 1688",
"version": "1.0.3",
"browser_action": {
"default_icon": "images\/logo.png",
"default_title": "Order1688"
},
"icons": {
"16": "images\/logo.png",
"32": "images\/logo.png",
"64": "images\/logo.png",
"128": "images\/logo.png"
},
"permissions": [
"https:\/\/order1688.vn\/*",
"http:\/\/*.taobao.com\/*",
"https:\/\/*.taobao.com\/*",
"http:\/\/*.tmall.com\/*",
"https:\/\/*.tmall.com\/*",
"http:\/\/*.tmall.hk\/*",
"https:\/\/*.tmall.hk\/*",
"http:\/\/*.1688.com\/*",
"https:\/\/*.1688.com\/*",
"http:\/\/*.aliexpress.com\/*",
"https:\/\/*.aliexpress.com\/*"
],
"web_accessible_resources": [
"images\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*.taobao.com\/*",
"https:\/\/*.taobao.com\/*",
"http:\/\/*.tmall.com\/*",
"https:\/\/*.tmall.com\/*",
"http:\/\/*.tmall.hk\/*",
"https:\/\/*.tmall.hk\/*",
"http:\/\/*.1688.com\/*",
"https:\/\/*.1688.com\/*",
"http:\/\/*.aliexpress.com\/*",
"https:\/\/*.aliexpress.com\/*"
],
"css": [
"\/css\/bootstrap.css",
"\/css\/extension.css"
],
"js": [
"\/js\/appscript.js"
]
}
]
} | |