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

Vad är UPS Context Menu Shipment Track?

UPS Context Menu Shipment Track är en Chrome-tillägg utvecklad av levo54, och dess huvudfunktion är "Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon……".

Ladda ner UPS Context Menu Shipment Track-förlängningens CRX-fil

Ladda ner UPS Context Menu Shipment Track-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn UPS Context Menu Shipment Track UPS Context Menu Shipment Track
ID dljeallhpechbhfaibnfnajecbkibdep
Officiell webbadress https://chromewebstore.google.com/detail/ups-context-menu-shipment/dljeallhpechbhfaibnfnajecbkibdep
Beskrivning Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon……
Filstorlek 16.3 KB
Antal Installationer 136
Aktuell Version 1.2.1
Senast Uppdaterad 2018-06-26
Publiceringsdatum 2018-06-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare levo54
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}