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文件
下载Phi Long Express扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } ] } |