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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |