Delivery Tracker
Tracks UPS, FedEx and USPS packages
Delivery Trackerとは何ですか?
Delivery TrackerはFanousekによって開発されたChromeの拡張機能で、その主な機能は「Tracks UPS, FedEx and USPS packages」です。
拡張機能のスクリーンショット
Delivery Tracker拡張機能のCRXファイルをダウンロード
Delivery Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Select USPS, UPS or FedEx tracking number within a web page, right-click to bring up a pop-up menu, click the "Track..." option and corresponding tracking information will open in a new browser tab. No tab opens if the tracking number cannot be associated with any of these carriers. 拡張機能の基本情報
| 名前 | |
| ID | igagonkpidkgnebflamppafngdhdmlho |
| 公式URL | https://chromewebstore.google.com/detail/delivery-tracker/igagonkpidkgnebflamppafngdhdmlho |
| 説明 | Tracks UPS, FedEx and USPS packages |
| ファイルサイズ | 15.95 KB |
| インストール数 | 1,533 |
| 現在のバージョン | 0.7 |
| 最終更新日 | 2022-06-10 |
| 公開日 | 2019-02-14 |
| 評価 | 2.00/5 合計 3 レビュー |
| 開発者 | Fanousek |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Delivery Tracker",
"description": "Tracks UPS, FedEx and USPS packages",
"version": "0.7",
"permissions": [
"contextMenus"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon32.png"
},
"background": {
"scripts": [
"deliverytracker.js"
]
},
"manifest_version": 2
} | |