Context Menu Shipment Track

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…

Merlin
Additional files are visible only to premium users

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"
}