HANGQUOCTE.VN – Đặt hàng Trung Quốc uy tín
Công cụ hỗ trợ đặt hàng 1688, TMALL, Taobao.
HANGQUOCTE.VN – Đặt hàng Trung Quốc uy tín란 무엇입니까?
HANGQUOCTE.VN – Đặt hàng Trung Quốc uy tín은(는) thietkewebigf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Công cụ hỗ trợ đặt hàng 1688, TMALL, Taobao."입니다.
확장 프로그램 스크린샷
HANGQUOCTE.VN – Đặt hàng Trung Quốc uy tín 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HQT LOGISTICS - Dịch vụ vận chuyển hàng Trung Quốc Uy tín - Chuyên nghiệp - Nhanh chóng. HOTLINE: 0977.244.811 -0976.720.906 - 0942.664.499
확장 프로그램 기본 정보
이름 | |
ID | bjhnodbmckbankekdeakipokhbbfooob |
공식 URL | https://chromewebstore.google.com/detail/hangquoctevn-%E2%80%93-%C4%91%E1%BA%B7t-h%C3%A0ng-t/bjhnodbmckbankekdeakipokhbbfooob |
설명 | Công cụ hỗ trợ đặt hàng 1688, TMALL, Taobao. |
파일 크기 | 119 KB |
설치 횟수 | 43 |
현재 버전 | 2.3 |
최근 업데이트 | 2022-05-30 |
출시 날짜 | 2021-04-13 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | thietkewebigf |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://taobaostore.vn/chinh-sach-bao-mat.html |
지원되는 언어 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HANGQUOCTE.VN \u2013 \u0110\u1eb7t h\u00e0ng Trung Qu\u1ed1c uy t\u00edn", "version": "2.3", "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng 1688, TMALL, Taobao.", "short_name": "order-hangquocte", "author": "[email protected]", "background": { "service_worker": "background-worker.js" }, "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "optional_permissions": [], "manifest_version": 3, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_title": "React Chrome Extension", "default_popup": "popup.html", "default_icon": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" } }, "web_accessible_resources": [ { "resources": [ "jquery-1.11.2.min.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_scripts": [ { "js": [ "jquery-1.11.2.min.js", "content-script.js" ], "css": [ "style.css" ], "matches": [ "http:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "http:\/\/*.tmall.hk\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.alibaba.com\/*", "https:\/\/hangquocte.vn\/gio-hang-extension", "https:\/\/hangquocte.vn\/ajaxs\/search\/addCartExtension.php", "https:\/\/hangquocte.vn\/ajaxs\/search\/search_keyword_ex.php", "https:\/\/hangquocte.vn\/ajaxs\/extension\/get_rate_exchange.php" ] } ] } |