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

Qu'est-ce que UPS Context Menu Shipment Track ?

UPS Context Menu Shipment Track est une extension Chrome développée par levo54, et sa fonction principale est "Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon……".

Télécharger le fichier CRX de l'extension UPS Context Menu Shipment Track

Téléchargez les fichiers d'extension UPS Context Menu Shipment Track au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom UPS Context Menu Shipment Track UPS Context Menu Shipment Track
ID dljeallhpechbhfaibnfnajecbkibdep
URL Officiel 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……
Taille du Fichier 16.3 KB
Nombre d'Installations 136
Version Actuelle 1.2.1
Dernière Mise à Jour 2018-06-26
Date de Publication 2018-06-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur levo54
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}