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:\/\/*\/*"
]
}
]
} | |