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……

What is UPS Context Menu Shipment Track?

UPS Context Menu Shipment Track is a Chrome extension developed by levo54, and its main feature is "Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon……".

Download UPS Context Menu Shipment Track Extension CRX File

Download UPS Context Menu Shipment Track extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name UPS Context Menu Shipment Track UPS Context Menu Shipment Track
ID dljeallhpechbhfaibnfnajecbkibdep
Official URL https://chromewebstore.google.com/detail/ups-context-menu-shipment/dljeallhpechbhfaibnfnajecbkibdep
Description Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon……
File Size 16.3 KB
Installation Count 136
Current Version 1.2.1
Last Updated 2018-06-26
Publish Date 2018-06-26
Rating 5.00/5 Total 1 Ratings
Developer levo54
Email [email protected]
Payment Type free
Supported Languages 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"
}