Parade

Parade

Jump to Parade capacity matching functionality from your web based TMS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Parade",
  "version": "1.1.4",
  "description": "Jump to Parade capacity matching functionality from your web based TMS",
  "manifest_version": 2,
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "permissions": [
    "*://*.aljex.com/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "*://*.aljex.com/*"
      ],
      "css": [
        "css/content.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}