Tiện ích hỗ trợ lên đơn hàng - TM ExPress
Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, 1688.com vào giỏ hàng của tmexpress.vn
Tiện ích hỗ trợ lên đơn hàng - TM ExPress란 무엇입니까?
Tiện ích hỗ trợ lên đơn hàng - TM ExPress은(는) https://tmexpress.vn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, 1688.com vào giỏ hàng của tmexpress.vn"입니다.
확장 프로그램 스크린샷
Tiện ích hỗ trợ lên đơn hàng - TM ExPress 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Đây là công cụ hỗ trợ nhập hàng trực tuyến, tạo đơn hàng trực tiếp trên taobao.com, 1688.com, tmall.com giúp đặt hàng Trung Quốc giá rẻ, tạo đơn hàng mọi lúc mọi nơi.
확장 프로그램 기본 정보
이름 | Tiện ích hỗ trợ lên đơn hàng - TM ExPress |
ID | gihehoibcdlgodcffjkeklpihhpphcjc |
공식 URL | https://chromewebstore.google.com/detail/ti%E1%BB%87n-%C3%ADch-h%E1%BB%97-tr%E1%BB%A3-l%C3%AAn-%C4%91%C6%A1n-h/gihehoibcdlgodcffjkeklpihhpphcjc |
설명 | Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, 1688.com vào giỏ hàng của tmexpress.vn |
파일 크기 | 72.86 KB |
설치 횟수 | 43 |
현재 버전 | 2.3.8 |
최근 업데이트 | 2023-06-25 |
출시 날짜 | 2018-10-28 |
개발자 | https://tmexpress.vn |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tmexpress.vn/ |
개인정보 보호 정책 페이지 URL | https://thietkewebos.com/privacy-policy.html |
지원되는 언어 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ti\u1ec7n \u00edch h\u1ed7 tr\u1ee3 l\u00ean \u0111\u01a1n h\u00e0ng - TM ExPress", "description": "H\u1ed7 tr\u1ee3 th\u00eam s\u1ea3n ph\u1ea9m t\u1eeb taobao.com, tmall.com, 1688.com v\u00e0o gi\u1ecf h\u00e0ng c\u1ee7a tmexpress.vn", "version": "2.3.8", "action": { "default_icon": "images\/icon.png", "default_title": "Ti\u1ec7n \u00edch l\u00ean \u0111\u01a1n h\u00e0ng c\u1ee7a tmexpress.vn tr\u00ean taobao, tmall, 1688", "default_popup": "popup.html" }, "icons": { "128": "images\/icon128.png" }, "background": { "service_worker": "js\/background.min.js", "persistant": false }, "content_scripts": [ { "matches": [ "https:\/\/*.tmexpress.vn\/*", "http:\/\/*.tmexpress.vn\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.tmall.com\/*", "http:\/\/*.hm.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/detail.1688.com\/*", "http:\/\/*.tmall.hk\/*" ], "css": [ "css\/styles.min.css" ], "js": [ "js\/app.min.js" ] } ], "host_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\/*", "https:\/\/detail.1688.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.tmexpress.vn\/*", "http:\/\/*.tmexpress.vn\/*" ] } |