TAD - Track & Dashboard Firefox

Examine source code of TAD - Track & Dashboard

By: Doozii Add-on
Inspect and view changes in TAD - Track & Dashboard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TAD - Track & Dashboard",
  "version": "0.8.4",
  "description": "TAD dashboard for tracking freight stats, Rodeo work pools, and VISTA dock packages. Auto-syncs data to Firestore.",
  "permissions": [
    "storage",
    "alarms",
    "activeTab",
    "tabs",
    "notifications",
    "https://firestore.googleapis.com/*",
    "https://*.googleapis.com/*",
    "https://*.firebaseio.com/*",
    "https://rodeo-iad.amazon.com/*",
    "https://trans-logistics.amazon.com/*"
  ],
  "browser_action": {
    "default_popup": "pages/popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://rodeo-iad.amazon.com/*"
      ],
      "include_globs": [
        "*ExSD*",
        "*exSD*"
      ],
      "js": [
        "content-scripts/rodeo-scraper.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://trans-logistics.amazon.com/sortcenter/vista*"
      ],
      "js": [
        "content-scripts/vista-scraper.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "pages/admin.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tad-extension@yourdomain.com",
      "strict_min_version": "109.0"
    }
  }
}

Best TAD - Track & Dashboard Alternatives

Here are some Firefox add-ons that are similar to TAD - Track & Dashboard: