Nguồn hàng Tao bao
Addon hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com
Nguồn hàng Tao bao란 무엇입니까?
Nguồn hàng Tao bao은(는) https://nguonhangtaobao.vn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Addon hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com"입니다.
확장 프로그램 스크린샷
Nguồn hàng Tao bao 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Addon - Nguồn hàng Tao bao This is a tool to support online import, create orders directly on taobao.com, 1688.com, tmall.com to help make cheap Chinese orders, create orders anytime, anywhere
확장 프로그램 기본 정보
이름 | Nguồn hàng Tao bao |
ID | bgbginncjmpghglgknmlcdpljmjcknbl |
공식 URL | https://chromewebstore.google.com/detail/ngu%E1%BB%93n-h%C3%A0ng-tao-bao/bgbginncjmpghglgknmlcdpljmjcknbl |
설명 | Addon hỗ trợ chọn sản phẩm khi mua hàng trực tuyến tại website taobao.com,tmall.com và 1688.com |
파일 크기 | 89.42 KB |
설치 횟수 | 31 |
현재 버전 | 2.3.7 |
최근 업데이트 | 2021-11-16 |
출시 날짜 | 2020-05-12 |
개발자 | https://nguonhangtaobao.vn |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://nguonhangtaobao.vn/ |
개인정보 보호 정책 페이지 URL | https://thietkewebos.com/privacy-policy.html |
지원되는 언어 | vi |
manifest.json | |
{ "manifest_version": 2, "name": "Ngu\u1ed3n h\u00e0ng Tao bao", "short_name": "nguonhangtaobao.vn", "description": "Addon h\u1ed7 tr\u1ee3 ch\u1ecdn s\u1ea3n ph\u1ea9m khi mua h\u00e0ng tr\u1ef1c tuy\u1ebfn t\u1ea1i website taobao.com,tmall.com v\u00e0 1688.com", "version": "2.3.7", "browser_action": { "default_icon": "images\/icon.png", "default_title": "Ti\u1ec7n \u00edch l\u00ean \u0111\u01a1n h\u00e0ng c\u1ee7a nguonhangtaobao.vn tr\u00ean taobao, tmall, 1688", "default_popup": "popup.html" }, "icons": { "128": "images\/icon.png" }, "background": { "scripts": [ "js\/background.min.js" ], "persistent": false }, "permissions": [ "storage", "notifications", "https:\/\/nguonhangtaobao.vn\/*", "https:\/\/2.taobao.com\/item.htm" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*.nguonhangtaobao.vn\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.jd.com\/*", "https:\/\/*.jd.hk\/*", "http:\/\/detail.1688.com\/*", "https:\/\/detail.1688.com\/*", "http:\/\/item.1688.com\/*", "https:\/\/item.1688.com\/*", "http:\/\/item.jd.com\/*", "https:\/\/item.jd.com\/*", "https:\/\/item.jd.hk\/*" ], "js": [ "js\/app.min.js" ], "css": [ "css\/styles.min.css" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |