nhaphangsi.com
Đặt hàng taobao, tmall, 1688...
什么是nhaphangsi.com?
nhaphangsi.com是由NhapHangTaoBao开发的Chrome扩展程序,该扩展的主要功能是“Đặt hàng taobao, tmall, 1688...”。
扩展截图
下载nhaphangsi.com扩展crx文件
下载nhaphangsi.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Nhập hàng sỉ, Chuyên nhập hàng taobao, tmall, 1688... Từ trang chi tiết của taobao, 1688, khách hàng có thểm thêm sản phẩm vào giỏ hàng, sau đặt hàng, Chúng tôi sẽ đặt hàng giúp bạn Version mới update lại addon để thêm được sản phẩm 1688 trên giao diện mới
扩展基本信息
名称 | nhaphangsi.com |
ID | cccmocobgmllibhjjmhcbogkggmpkbjn |
官方URL | https://chromewebstore.google.com/detail/nhaphangsicom/cccmocobgmllibhjjmhcbogkggmpkbjn |
简介 | Đặt hàng taobao, tmall, 1688... |
文件大小 | 112 KB |
安装次数 | 68 |
当前版本 | 1.13 |
更新时间 | 2023-03-09 |
上架时间 | 2019-03-22 |
开发者 | NhapHangTaoBao |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://nhaphangsi.com/ |
帮助页面URL | http://nhaphangsi.com/ |
隐私政策页面URL | http://tinphatorder.com/term.html |
支持的语言 | vi |
manifest.json | |
{ "name": "nhaphangsi.com", "version": "1.13", "manifest_version": 2, "description": "\u0110\u1eb7t h\u00e0ng taobao, tmall, 1688...", "icons": { "16": "icon.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "nhaphangsi.js", "config.js" ], "matches": [ "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.yao.95095.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.hm.com\/*", "https:\/\/*.hm.cn\/*", "https:\/\/*.zara.cn\/*", "https:\/\/*.zara.com\/*", "https:\/\/*.jd.com\/*" ] } ], "background": { "page": "background.html", "persistent": true }, "permissions": [ "https:\/\/nhaphangsi.com\/*", "https:\/\/*.tmall.hk\/*", "http:\/\/nhaphangsi.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.hm.com\/*", "https:\/\/*.hm.cn\/*", "https:\/\/*.zara.cn\/*", "https:\/\/*.yao.95095.com\/*", "https:\/\/*.zara.com\/*", "https:\/\/*.jd.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "", "default_icon": "icon.png" } } |