China Post Tracking (My Parcels)
China Post Tracking - Parcel Tracker & Manager
什么是China Post Tracking (My Parcels)?
China Post Tracking (My Parcels)是由https://chinapost-track.com开发的Chrome扩展程序,该扩展的主要功能是“China Post Tracking - Parcel Tracker & Manager”。
扩展截图
下载China Post Tracking (My Parcels)扩展crx文件
下载China Post Tracking (My Parcels)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
China Post Tracking [My Parcels] is a parcel manager & tracker for site ChinaPost-Track.com ChinaPost-Track.com is an online parcel tracker, helps to track a shipment from the People's Republic of China. Tracker supports the most popular international and postal couriers (400+) Full Couriers List: https://chinapost-track.com/couriers Privacy Policy: https://chinapost-track.com/pages/privacy Terms of Use: https://chinapost-track.com/pages/terms
扩展基本信息
名称 | China Post Tracking (My Parcels) |
ID | mcnmipdpfgoaadlieehpijicklffnljj |
官方URL | https://chromewebstore.google.com/detail/china-post-tracking-my-pa/mcnmipdpfgoaadlieehpijicklffnljj |
简介 | China Post Tracking - Parcel Tracker & Manager |
文件大小 | 51.33 KB |
安装次数 | 304 |
当前版本 | 1.0.3 |
更新时间 | 2020-12-21 |
上架时间 | 2020-12-19 |
评分 | 3.67/5 共3次评分 |
开发者 | https://chinapost-track.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://chinapost-track.com/ |
帮助页面URL | https://chinapost-track.com/pages/contact-us |
隐私政策页面URL | https://posttrack.com/en/pages/privacy |
支持的语言 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 2, "version": "1.0.3", "homepage_url": "https:\/\/chinapost-track.com\/?utm_campaign=posttrack_extension&utm_source=extension&utm_medium=about", "content_scripts": [ { "matches": [ "https:\/\/chinapost-track.com\/*", "http:\/\/chinapost-local.delivery:8888\/*" ], "css": [ "css\/injection.css" ], "js": [ "js\/injection.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/chinapost-track.com\/*", "http:\/\/chinapost-local.delivery:8888\/*" ] }, "permissions": [], "browser_action": { "default_icon": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "default_title": "China Post Tracking [My Parces]", "default_popup": "popup.html" }, "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "web_accessible_resources": [ "icons\/*", "js\/*" ], "content_security_policy": "object-src 'none'" } |