Courier Tracking
Track the status of Various Courier Services like USPS, Fedex, DHL, DTDC, Blue Dart and more.
Courier Tracking là gì?
Courier Tracking là một tiện ích mở rộng Chrome được phát triển bởi Vijay, và tính năng chính của nó là "Track the status of Various Courier Services like USPS, Fedex, DHL, DTDC, Blue Dart and more.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Courier Tracking
Tải xuống các tệp mở rộng Courier Tracking dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fbacmchaifbjifdcoohnkbpbfnlpodle |
URL Chính Thức | https://chrome.google.com/webstore/detail/courier-tracking/fbacmchaifbjifdcoohnkbpbfnlpodle |
Mô tả | Track the status of Various Courier Services like USPS, Fedex, DHL, DTDC, Blue Dart and more. |
Kích Thước Tệp | 11.16 KB |
Số Lần Cài Đặt | 182 |
Phiên Bản Hiện Tại | 0.7 |
Cập Nhật Lần Cuối | 2015-04-05 |
Ngày Phát Hành | 2015-04-05 |
Đánh Giá | 2.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Vijay |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://ctracking.in |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |