CarShipIO Load Importer 2023

CarShipIO Load Importer 2023

Export Loads to CarShipIO Platform

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "CarShipIO Auto Transport Platform",
  "content_scripts": [
    {
      "js": [
        "js/jquery-2.2.4.min.js",
        "js/content.min.js",
        "js/inject.min.js"
      ],
      "matches": [
        "https://www.centraldispatch.com/protected/listing/post-listing",
        "https://www.centraldispatch.com/protected/dispatch/view?dsid=*",
        "http://www.centraldispatch.com/protected/dispatch/view?dsid=*",
        "https://www.centraldispatch.com/protected/listing-along-route*",
        "https://www.carsarrive.com/tab/Transport/ViewLoadComplete.asp?nload_id=*",
        "https://www.carsarrive.com/tab/Transport/ViewLoadShort.asp?nload_id=*",
        "https://metroloads.com/myloads/*"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "/js/background.min.js"
  },
  "description": "Export Loads to CarShipIO Platform",
  "homepage_url": "https://www.CarShipIO.com/",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 3,
  "name": "CarShipIO Load Importer 2023",
  "permissions": [
    "notifications"
  ],
  "host_permissions": [
    "https://www.carshipio.com/*",
    "https://metroloads.com/myloads/*",
    "http://localhost:19991/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4.5",
  "web_accessible_resources": [
    {
      "resources": [
        "icons/128.png",
        "js/jquery-2.2.4.min.js",
        "js/injected.min.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}