NGUỒNHÀNG247 - TOOL HỖ TRỢ ĐẶT HÀNG
Nguồn hàng 247 Tool hỗ trợ khách hàng dễ dàng đặt hàng từ website taobao.com, 1688.com, tmall.com nhanh chóng - tiện lợi - dễ dàng
What is NGUỒNHÀNG247 - TOOL HỖ TRỢ ĐẶT HÀNG?
NGUỒNHÀNG247 - TOOL HỖ TRỢ ĐẶT HÀNG is a Chrome extension developed by nguonhang247, and its main feature is "Nguồn hàng 247 Tool hỗ trợ khách hàng dễ dàng đặt hàng từ website taobao.com, 1688.com, tmall.com nhanh chóng - tiện lợi - dễ dàng".
Extension Screenshots
Download NGUỒNHÀNG247 - TOOL HỖ TRỢ ĐẶT HÀNG Extension CRX File
Download NGUỒNHÀNG247 - TOOL HỖ TRỢ ĐẶT HÀNG extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Nguồn hàng 247 - Công cụ hỗ trợ đặt hàng qua hệ thống website 1688.com, tmall.com, taobao.com Các chức năng chính của công cụ + Tìm kiếm sản phẩm + Add sản phẩm vào giỏ hàng trên hệ thống my.nguonhang247.com Nguồn hàng 247 cung cấp các dịch vụ + Đặt hàng từ Trung Quốc - Việt Nam + Ký gửi hàng + Đổi tiền tệ
Extension Basic Information
Name | NGUỒNHÀNG247 - TOOL HỖ TRỢ ĐẶT HÀNG |
ID | npgemjokjpkhopfengpjboeklnfiihem |
Official URL | https://chromewebstore.google.com/detail/ngu%E1%BB%93nh%C3%A0ng247-tool-h%E1%BB%97-tr%E1%BB%A3/npgemjokjpkhopfengpjboeklnfiihem |
Description | Nguồn hàng 247 Tool hỗ trợ khách hàng dễ dàng đặt hàng từ website taobao.com, 1688.com, tmall.com nhanh chóng - tiện lợi - dễ dàng |
File Size | 75.22 KB |
Installation Count | 165 |
Current Version | 1.4.2 |
Last Updated | 2019-10-31 |
Publish Date | 2019-10-30 |
Developer | nguonhang247 |
[email protected] | |
Payment Type | free |
Extension Website | https://nguonhang247.com |
Privacy Policy Page URL | https://my.nguonhang247.com/terms.html |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NGU\u1ed2NH\u00c0NG247 - TOOL H\u1ed6 TR\u1ee2 \u0110\u1eb6T H\u00c0NG", "description": "Ngu\u1ed3n h\u00e0ng 247 Tool h\u1ed7 tr\u1ee3 kh\u00e1ch h\u00e0ng d\u1ec5 d\u00e0ng \u0111\u1eb7t h\u00e0ng t\u1eeb website taobao.com, 1688.com, tmall.com nhanh ch\u00f3ng - ti\u1ec7n l\u1ee3i - d\u1ec5 d\u00e0ng", "version": "1.4.2", "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "16": "images\/16icon.png", "48": "images\/48icon.png", "128": "images\/128icon.png" }, "background": { "scripts": [ "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\/contentscript.js" ], "css": [ "css\/style.css" ] } ], "permissions": [ "activeTab", "tabs", "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\/*", "storage" ] } |