dispatch.ninja : Supercharge your loadboard

dispatch.ninja : Supercharge your loadboard

Steroids for your Load Boards. Gain an unfair competitive advantage! Works with DAT, Truckstop & More Carrier Loadboards.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "dispatch.ninja : Supercharge your loadboard",
  "version": "0.3.7.3",
  "manifest_version": 3,
  "description": "Steroids for your Load Boards. Gain an unfair competitive advantage! Works with DAT, Truckstop & More Carrier Loadboards.",
  "icons": {
    "128": "ico/icon128.png"
  },
  "homepage_url": "https://dispatch.ninja/",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "dispatch.ninja",
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "https://dispatch.ninja/*",
    "https://main.truckstop.com/app/search/loads",
    "https://power.dat.com/search/loads",
    "https://one.dat.com/search-loads-ow",
    "https://express.dat.com/search-loads-ow",
    "https://truckersedge.dat.com/search-loads",
    "https://power-mobile.dat.com/",
    "https://scm.jbhunt.com/",
    "https://www.navispherecarrier.com/find-loads",
    "https://navispherecarrier.com/find-loads",
    "https://app.trucksmarter.com/loadboard",
    "https://app.trucksmarter.com/my-loads/",
    "https://www.landstaronline.com/LoadsPublic/Load/SearchResults*",
    "https://www.landstaronline.com/Loads/Load/SearchResults*"
  ],
  "permissions": [
    "tabs",
    "offscreen",
    "activeTab",
    "scripting",
    "clipboardWrite",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://dispatch.ninja/app/ninja.php?load=*"
      ],
      "js": [
        "jquery224.js",
        "livetab.js"
      ],
      "all_frames": false,
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://scm.jbhunt.com/carrier/ngx/load-board/*"
      ],
      "js": [
        "jquery224.js",
        "common.js",
        "jbhunt.js"
      ],
      "all_frames": false,
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.navispherecarrier.com/find-loads/*",
        "https://navispherecarrier.com/find-loads/*"
      ],
      "js": [
        "jquery224.js",
        "common.js",
        "chrobinson.js"
      ],
      "all_frames": false,
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://main.truckstop.com/app/search/loads"
      ],
      "js": [
        "jquery224.js",
        "common.js",
        "truckstop_pro.js"
      ],
      "all_frames": false,
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://power.dat.com/search/loads"
      ],
      "js": [
        "jquery224.js",
        "common.js",
        "dat_power.js"
      ],
      "all_frames": false,
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://truckersedge.dat.com/search-loads"
      ],
      "js": [
        "jquery224.js",
        "common.js",
        "dat_truckersedge.js"
      ],
      "all_frames": false,
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://one.dat.com/search-loads-ow",
        "https://express.dat.com/search-loads-ow",
        "https://power-mobile.dat.com/search-loads-ow"
      ],
      "js": [
        "jquery224.js",
        "common.js",
        "dat_one.js"
      ],
      "all_frames": false,
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://app.trucksmarter.com/loadboard*",
        "https://app.trucksmarter.com/my-loads/*"
      ],
      "js": [
        "jquery224.js",
        "common.js",
        "trucksmarter.js"
      ],
      "all_frames": false,
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.landstaronline.com/LoadsPublic/Load/SearchResults*",
        "https://www.landstaronline.com/Loads/Load/SearchResults*"
      ],
      "js": [
        "jquery224.js",
        "common.js",
        "landstar.js"
      ],
      "all_frames": false,
      "run_at": "document_idle"
    }
  ]
}