Loadex

Loadex

Loadex simplifies the process of sending emails directly from the load board with just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Loadex",
  "version": "3.0.8",
  "description": "Loadex simplifies the process of sending emails directly from the load board with just one click.",
  "manifest_version": 3,
  "author": "songhee24",
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon-16x16.png",
    "32": "icons/icon-32x32.png",
    "48": "icons/icon-48x48.png",
    "128": "icons/icon-128x128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6y8cLfrLKFeVcLoqylBrCNej7YocsZAP2uvSf6/YRv2x4hP3EPmwoNLEq11FAleYYxJrAA+eB8w8J8p/9c9K+pXkRJCsQ79nIxhOMeyWWFQdrkyzHlSUDaumIVZUzAh0AnbdVEtyza9//T7YEJHqlDfGk0xI2+w3TrUitlVusdRs8I9zTqUJHxt7ksDzp3jlKnl3XaWd1RPN9GoRQnUyOi2D9E+afC+yHUWJEZ+xbFQoaQEPHPl7RTKsCVCNMpwEJsBpYMeJiKBg4CQboL0lJi4cABbp9G56ia6/E9B1JU2M6if769h3N6qQ1OVXA9Qt63EMl6uq6hUR+TObeZfTtwIDAQAB",
  "oauth2": {
    "client_id": "100265208865-j6593p24dfnduuk76d1lmshhr8n7jfk9.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/gmail.send"
    ],
    "redirect_url": "https://fbhlmobhmeicoclioegndhmmifojkcbl.chromiumapp.org/"
  },
  "permissions": [
    "tabs",
    "history",
    "storage",
    "identity.email",
    "identity"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://power.dat.com/search/loads",
        "https://power.dat.com/postings/trucks",
        "https://www.google.com/maps/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self'",
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'; script-src-elem 'self' https://maps.googleapis.com"
  },
  "sandbox": {
    "pages": [
      "previewMap.html"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.svg",
        "*.png",
        "*.html",
        "*.mp3"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:5173/*",
      "https://app.loadex.net/*",
      "https://app.dev.loadex.net/*"
    ]
  }
}