Courier Tracking
Track the status of Various Courier Services like USPS, Fedex, DHL, DTDC, Blue Dart and more.
什么是Courier Tracking?
Courier Tracking是由Vijay开发的Chrome扩展程序,该扩展的主要功能是“Track the status of Various Courier Services like USPS, Fedex, DHL, DTDC, Blue Dart and more.”。
扩展截图
下载Courier Tracking扩展crx文件
下载Courier Tracking扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
CTracking.in is offering a service for tracking the status of the various courier or mail services across the world. Currently we are supporting tracking of United States USPS, Fedex, DHL and BlueDart. We are planning to add more services like DTDC, Professinal couriers, Indian Speed Post, UPS, Canada Post, Trackon couriers and First Flight Couriers.
扩展基本信息
名称 | |
ID | fbacmchaifbjifdcoohnkbpbfnlpodle |
官方URL | https://chrome.google.com/webstore/detail/courier-tracking/fbacmchaifbjifdcoohnkbpbfnlpodle |
简介 | Track the status of Various Courier Services like USPS, Fedex, DHL, DTDC, Blue Dart and more. |
文件大小 | 11.16 KB |
安装次数 | 182 |
当前版本 | 0.7 |
更新时间 | 2015-04-05 |
上架时间 | 2015-04-05 |
评分 | 2.67/5 共6次评分 |
开发者 | Vijay |
付费类型 | free |
扩展官网 | http://ctracking.in |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Courier Tracking", "short_name": "Track the Status of Different Courier Services", "description": "Track the status of Various Courier Services like USPS, Fedex, DHL, DTDC, Blue Dart and more.", "version": "0.7", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |