Công cụ đặt hàng dichvudathang.vn
Công cụ đặt hàng của dichvudathang.vn. Extension nhúng giỏ hàng lên các website: taobao, tmall, 1688
什么是Công cụ đặt hàng dichvudathang.vn?
Công cụ đặt hàng dichvudathang.vn是由orderplatform4.0开发的Chrome扩展程序,该扩展的主要功能是“Công cụ đặt hàng của dichvudathang.vn. Extension nhúng giỏ hàng lên các website: taobao, tmall, 1688”。
扩展截图
下载Công cụ đặt hàng dichvudathang.vn扩展crx文件
下载Công cụ đặt hàng dichvudathang.vn扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Công cụ Extension đặt hàng của DichVuDatHang.vn. Cài đặt và đăng ký thành công bạn sẽ nhúng được giỏ hàng lên các website: taobao, tmall, 1688... Tính giá nhập hàng và bỏ giỏ dễ dàng. 扩展基本信息
| 名称 | |
| ID | hiihpkahmliioencpkkhjoahfbmhhpdg |
| 官方URL | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-dichvuda/hiihpkahmliioencpkkhjoahfbmhhpdg |
| 简介 | Công cụ đặt hàng của dichvudathang.vn. Extension nhúng giỏ hàng lên các website: taobao, tmall, 1688 |
| 文件大小 | 60.95 KB |
| 安装次数 | 93 |
| 当前版本 | 3.2 |
| 更新时间 | 2023-04-17 |
| 上架时间 | 2018-11-12 |
| 开发者 | orderplatform4.0 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://dichvudathang.vn/ |
| 帮助页面URL | https://dichvudathang.vn/ |
| 隐私政策页面URL | https://sites.google.com/view/dichvudathang-private-policy/home |
| 支持的语言 | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng dichvudathang.vn",
"short_name": "DichVuDatHang",
"description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng c\u1ee7a dichvudathang.vn. Extension nh\u00fang gi\u1ecf h\u00e0ng l\u00ean c\u00e1c website: taobao, tmall, 1688",
"version": "3.2",
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"externally_connectable": {
"matches": [
"https:\/\/buy.dichvudathang.vn\/*"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*.1688.com\/*",
"https:\/\/*.1688.com\/*",
"http:\/\/*.taobao.com\/*",
"https:\/\/*.taobao.com\/*",
"http:\/\/*.tmall.com\/*",
"https:\/\/*.tmall.com\/*",
"http:\/\/*.zara.cn\/*",
"https:\/\/*.zara.cn\/*",
"http:\/\/*.hm.com\/*",
"https:\/\/*.hm.com\/*",
"http:\/\/*.jd.com\/*",
"https:\/\/*.jd.com\/*",
"http:\/\/*.tmall.hk\/*",
"https:\/\/*.tmall.hk\/*"
],
"css": [
"content.css"
],
"js": [
"jquery-2.1.4.min.js",
"content.js"
],
"run_at": "document_start"
}
],
"permissions": [
"https:\/\/buy.dichvudathang.vn\/*",
"http:\/\/buy.dichvudathang.vn\/*"
],
"icons": {
"16": "img\/dvtb-icon16.png",
"48": "img\/dvtb-icon48.png",
"128": "img\/dvtb-icon128.png"
},
"oauth2": {
"client_id": "918113404185-uo3nob1dvra30p85frlfcg7socvc9252.apps.googleusercontent.com",
"scopes": [
"profile"
]
},
"content_security_policy": "script-src 'self' https:\/\/buy.dichvudathang.vn; object-src 'self'"
} | |