UPS Context Menu Shipment Track
Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon……
UPS Context Menu Shipment Trackとは何ですか?
UPS Context Menu Shipment Trackはlevo54によって開発されたChromeの拡張機能で、その主な機能は「Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon……」です。
UPS Context Menu Shipment Track拡張機能のCRXファイルをダウンロード
UPS Context Menu Shipment Track拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon…
Fast tracking for UPS shipments.
How to use:
1. Highlight the tracking number
2. Either right-click or click the extension icon
Enjoy! 拡張機能の基本情報
| 名前 | |
| ID | dljeallhpechbhfaibnfnajecbkibdep |
| 公式URL | https://chromewebstore.google.com/detail/ups-context-menu-shipment/dljeallhpechbhfaibnfnajecbkibdep |
| 説明 | Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon…… |
| ファイルサイズ | 16.3 KB |
| インストール数 | 136 |
| 現在のバージョン | 1.2.1 |
| 最終更新日 | 2018-06-26 |
| 公開日 | 2018-06-26 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | levo54 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"manifest_version": 2,
"name": "UPS Context Menu Shipment Track",
"permissions": [
"contextMenus",
"tabs",
"activeTab"
],
"version": "1.2.1"
} | |