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 |
| 电子邮箱 | [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"
} | |