Phi Long Express
Phi Long Express mua hàng hàng trung quốc, công cụ đặt hàng online taobao, tmall.com, 1688
Phi Long Express란 무엇입니까?
Phi Long Express은(는) NHKD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Phi Long Express mua hàng hàng trung quốc, công cụ đặt hàng online taobao, tmall.com, 1688"입니다.
확장 프로그램 스크린샷
Phi Long Express 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Các dịch vụ do Phi Long Express cung cấp: – Tư vấn tìm kiếm nguồn hàng trên các website bán buôn, bán lẻ hàng đầu Trung Quốc: alibaba.com, 1688.com, taobao.com, tmall.com… – Mua hàng hộ theo yêu cầu và Kiểm tra hàng hóa – Đóng gói và Vận chuyển hàng hóa về tận tay bạn – Đổi trả hàng hóa (đối với Khách hàng order trên philongexpress.com)
확장 프로그램 기본 정보
이름 | Phi Long Express |
ID | bdbhenfpgkoagbiaiicdkienejaabddo |
공식 URL | https://chromewebstore.google.com/detail/phi-long-express/bdbhenfpgkoagbiaiicdkienejaabddo |
설명 | Phi Long Express mua hàng hàng trung quốc, công cụ đặt hàng online taobao, tmall.com, 1688 |
파일 크기 | 275 KB |
설치 횟수 | 67 |
현재 버전 | 1.2 |
최근 업데이트 | 2020-12-16 |
출시 날짜 | 2020-10-12 |
개발자 | NHKD |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://tracking.amztrend.com/user-term |
지원되는 언어 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Phi Long Express", "description": "Phi Long Express mua h\u00e0ng h\u00e0ng trung qu\u1ed1c, c\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng online taobao, tmall.com, 1688", "version": "1.2", "page_action": { "default_icon": "images\/144x144.png", "default_popup": "popup.html" }, "icons": { "16": "images\/144x144.png", "32": "images\/144x144.png", "64": "images\/144x144.png", "128": "images\/144x144.png" }, "permissions": [ "storage", "https:\/\/pl.philongexpress.com\/", "http:\/\/pl.philongexpress.com\/" ], "web_accessible_resources": [ "images\/*", "\/dist\/content.js" ], "short_name": "pl.philongexpress.com", "input_components": { "rate": 3470, "homepage_url": "https:\/\/pl.philongexpress.com", "storage": "pl", "storage_new": "pl_new", "storage_token": "tbe_pl_token", "alt_name": "philongexpress" }, "content_scripts": [ { "matches": [ "https:\/\/*.philongexpress.com\/*", "http:\/\/*.philongexpress.com\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*" ], "css": [ "\/css\/all.min.css" ], "js": [ "\/dist\/inject.js", "\/dist\/all.min.js" ] } ] } |