Package Tracker

Package Tracker

Package Tracker has a simple interface, open the popup by clicking on the extension icon and copy the track number of the package.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Package Tracker",
  "version": "1.0.1",
  "manifest_version": 3,
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "tabs",
    "cookies"
  ],
  "action": {
    "default_title": "Default Title",
    "default_popup": "index.html",
    "default_icon": {
      "512": "icons/logo.png"
    }
  },
  "icons": {
    "512": "icons/logo.png"
  }
}