LoadConnect

LoadConnect

Plugin that simplifies communication between carriers and brokers by allowing carriers to send emails with one click from loadboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "default_popup": "popup.html"
  },
  "version": "2.5.4",
  "author": "samakovuluk",
  "name": "LoadConnect",
  "description": "Plugin that simplifies communication between carriers and brokers by allowing carriers to send emails with one click from loadboard",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://app.loadconnect.io/pricing?status=success"
      ],
      "js": [
        "enable-features.f312193f.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://app.loadconnect.io/*"
      ],
      "js": [
        "token.ab43d1de.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://one.dat.com/**"
      ],
      "js": [
        "dat-one.84a4d128.js"
      ],
      "css": [
        "content.4d33266b.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://web.loadlink.ca/**"
      ],
      "js": [
        "loadlink.eaaef797.js"
      ],
      "css": [
        "content.64e8099f.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://thelinkloadlinkweb4.loadlink.ca/**"
      ],
      "js": [
        "theloadlink.0a8bbd8f.js"
      ],
      "css": [
        "content.4e0af3ff.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://power.dat.com/search/loads",
        "https://power.dat.com/postings/trucks"
      ],
      "js": [
        "power.0356eb82.js"
      ],
      "css": [
        "content.f22417a0.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://main.truckstop.com/**"
      ],
      "js": [
        "truckstop.1fd5b7a4.js"
      ],
      "css": [
        "content.edb94d5f.css"
      ],
      "run_at": "document_end"
    }
  ],
  "short_name": "LoadConnect send emails with one click from the power dat, trucktop and one dat loadboards",
  "host_permissions": [],
  "web_accessible_resources": []
}