CÔNG CỤ ĐẶT HÀNG - LINHANH LOGISTICS
Công cụ mua hàng nhanh chóng trên các trang 1688, Taobao, Tmall của hệ thống LINHANH Logistics - 24hdathang.com
什么是CÔNG CỤ ĐẶT HÀNG - LINHANH LOGISTICS?
CÔNG CỤ ĐẶT HÀNG - LINHANH LOGISTICS是由ytubevideoteam开发的Chrome扩展程序,该扩展的主要功能是“Công cụ mua hàng nhanh chóng trên các trang 1688, Taobao, Tmall của hệ thống LINHANH Logistics - 24hdathang.com”。
扩展截图
下载CÔNG CỤ ĐẶT HÀNG - LINHANH LOGISTICS扩展crx文件
下载CÔNG CỤ ĐẶT HÀNG - LINHANH LOGISTICS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Công cụ đặt hàng tiếp theo của linhanh logistic hỗ trợ đặt hàng thông minh hơn trên các web taobao, Tmall,... 扩展基本信息
| 名称 | |
| ID | hjlfcekenideohpnjnlhkmgdnhoolgnl |
| 官方URL | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-linhanh/hjlfcekenideohpnjnlhkmgdnhoolgnl |
| 简介 | Công cụ mua hàng nhanh chóng trên các trang 1688, Taobao, Tmall của hệ thống LINHANH Logistics - 24hdathang.com |
| 文件大小 | 177 KB |
| 安装次数 | 177 |
| 当前版本 | 4.0 |
| 更新时间 | 2022-04-14 |
| 上架时间 | 2021-12-08 |
| 开发者 | ytubevideoteam |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://24hdathang.com |
| 帮助页面URL | https://24hdathang.com |
| 隐私政策页面URL | https://vanchuyenminhquan.com/policy |
| 支持的语言 | vi |
| manifest.json | |
{
"manifest_version": 2,
"name": "C\u00d4NG C\u1ee4 \u0110\u1eb6T H\u00c0NG - LINHANH LOGISTICS",
"description": "C\u00f4ng c\u1ee5 mua h\u00e0ng nhanh ch\u00f3ng tr\u00ean c\u00e1c trang 1688, Taobao, Tmall c\u1ee7a h\u1ec7 th\u1ed1ng LINHANH Logistics - 24hdathang.com",
"version": "4.0",
"browser_action": {
"default_icon": {
"128": "images\/logo32.png",
"16": "images\/logo32.png",
"32": "images\/logo32.png",
"48": "images\/logo32.png"
},
"default_popup": "popup.html"
},
"icons": {
"128": "images\/logo32.png",
"16": "images\/logo32.png",
"32": "images\/logo32.png",
"48": "images\/logo32.png"
},
"background": {
"persistent": false,
"scripts": [
"js\/jquery-1.11.1.min.js",
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*.1688.com\/*",
"http:\/\/*.1688.com\/*",
"https:\/\/*.taobao.com\/*",
"http:\/\/*.taobao.com\/*",
"https:\/\/*.tmall.com\/*",
"http:\/\/*.tmall.com\/*",
"https:\/\/*.tmall.hk\/*",
"http:\/\/*.tmall.hk\/*"
],
"js": [
"js\/jquery-1.11.1.min.js",
"js\/linhanh.js"
],
"css": [
"css\/style.css"
]
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"https:\/\/*.taobao.com\/*",
"http:\/\/*.taobao.com\/*",
"https:\/\/*.1688.com\/*",
"http:\/\/*.1688.com\/*",
"https:\/\/*.tmall.com\/*",
"http:\/\/*.tmall.com\/*",
"http:\/\/*.hm.com\/*",
"https:\/\/*.tmall.hk\/*",
"http:\/\/*.tmall.hk\/*",
"https:\/\/24hdathang.com\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |