Context Menu Shipment Track

This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…

Qu'est-ce que Context Menu Shipment Track ?

Context Menu Shipment Track est une extension Chrome développée par levo54, et sa fonction principale est "This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension 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

                        This extension was designed to make life a bit easier.
It allows fast tracking for DHL shipments (at the moment).

Open DHL Tracking page with a click of a button.

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 Context Menu Shipment Track Context Menu Shipment Track
ID nikpbnmephomcnijbmfhmlfmehombelg
URL Officiel https://chromewebstore.google.com/detail/context-menu-shipment-tra/nikpbnmephomcnijbmfhmlfmehombelg
Description This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…
Taille du Fichier 10.34 KB
Nombre d'Installations 190
Version Actuelle 1.3
Dernière Mise à Jour 2022-10-22
Date de Publication 2018-03-03
É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": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": [],
    "manifest_version": 3,
    "name": "Context Menu Shipment Track",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "version": "1.3"
}