Tracking Panda
Track your packages realtime and automatically notified when the shipping status is changed
什么是Tracking Panda?
Tracking Panda是由https://trackingpanda.com/browser-extension开发的Chrome扩展程序,该扩展的主要功能是“Track your packages realtime and automatically notified when the shipping status is changed”。
扩展截图
下载Tracking Panda扩展crx文件
下载Tracking Panda扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tracking Panda is a Chrome Extension which can be used to get tracking status of shipping items. It is useful extension if you need any parcel tracking. You can simply enter your tracking number and get latest status of your shipment. Currently it is supported USPS tracking, UPS tracking, FedEx tracking, DHL Express tracking, Lasership tracking, OnTrac tracking, Canada Post tracking, Mondial Relay tracking.
扩展基本信息
名称 | |
ID | dnbcjlcejhcnfbbleipnmgodklepaaeb |
官方URL | https://chrome.google.com/webstore/detail/tracking-panda/dnbcjlcejhcnfbbleipnmgodklepaaeb |
简介 | Track your packages realtime and automatically notified when the shipping status is changed |
文件大小 | 1.57 MB |
安装次数 | 90 |
当前版本 | 1.2.4 |
更新时间 | 2017-11-30 |
上架时间 | 2017-11-30 |
评分 | 3.00/5 共2次评分 |
开发者 | https://trackingpanda.com/browser-extension |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://trackingpanda.com/chrome-extension/ |
隐私政策页面URL | https://extensionmatrix.com/pdftojpg |
支持的语言 | en |
manifest.json | |
{ "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Tracking Panda" }, "background": { "scripts": [ "js\/Background\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/extensionmatrix.com\/*" ], "js": [ "js\/ContentScripts\/injectDivExtensionId.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/trackingpanda.com\/browser-extension\/*" ] }, "chrome_url_overrides": { "newtab": "html\/index.html" }, "description": "Track your packages realtime and automatically notified when the shipping status is changed", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "content_security_policy": "script-src 'self' https:\/\/extensionmatrix.com\/ https:\/\/extensionmatrix.com:3000\/ https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self' https:\/\/extensionmatrix.com\/ https:\/\/extensionmatrix.com:3000\/", "manifest_version": 2, "default_locale": "en", "name": "Tracking Panda", "short_name": "Tracking Panda", "options_page": "html\/options.html", "permissions": [ "management", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.4", "web_accessible_resources": [] } |