Rong do order
Order tool
Rong do orderとは何ですか?
Rong do orderはhttps://rongdologistics.vnによって開発されたChromeの拡張機能で、その主な機能は「Order tool」です。
拡張機能のスクリーンショット
Rong do order拡張機能のCRXファイルをダウンロード
Rong do order拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Công cụ đặt hàng dành cho khách hàng của ordertrungquoc247.com. Hỗ trợ các website : taobao.com, tmall.com, 1688.com . Chúc quý khách mua may bằn đắt 拡張機能の基本情報
| 名前 | |
| ID | mneeeohcmpobemhfcbncgdgjcbjinfal |
| 公式URL | https://chromewebstore.google.com/detail/rong-do-order/mneeeohcmpobemhfcbncgdgjcbjinfal |
| 説明 | Order tool |
| ファイルサイズ | 80.26 KB |
| インストール数 | 138 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2017-01-25 |
| 公開日 | 2017-01-24 |
| 評価 | 4.14/5 合計 7 レビュー |
| 開発者 | https://rongdologistics.vn |
| 支払い方法 | free |
| 対応言語 | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Rong do order",
"description": "Order tool",
"version": "1.0.2",
"browser_action": {
"default_icon": "icon.png",
"default_title": "Gi\u1ecf h\u00e0ng R\u1ed3ng \u0111\u1ecf"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"storage",
"activeTab",
"https:\/\/ajax.googleapis.com\/",
"tabs",
"http:\/\/*\/*",
"https:\/\/world.tmall.com\/item\/*",
"https:\/\/detail.tmall.com\/*",
"https:\/\/item.tmall.com\/*",
"https:\/\/world.taobao.com\/item\/*",
"https:\/\/item.taobao.com\/*",
"https:\/\/detail.taobao.com\/*",
"https:\/\/detail.1688.com\/offer\/*"
],
"content_scripts": [
{
"all_frames": true,
"js": [
"jquery.min.js",
"content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |