Parade

Jump to Parade capacity matching functionality from your web based TMS

What is Parade?

Parade is a Chrome extension developed by Parade, and its main feature is "Jump to Parade capacity matching functionality from your web based TMS".

Extension Screenshots

screenshot

Download Parade Extension CRX File

Download Parade extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Find, discover, and grow capacity as you work in your TMS. By the Parade team for freight brokers. Currently available for Aljex TMS.
Learn more about Parade: https://parade.ai                    

Extension Basic Information

Name Parade Parade
ID pappakebbfcfgmhhnjgfleafbkdojnph
Official URL https://chromewebstore.google.com/detail/parade/pappakebbfcfgmhhnjgfleafbkdojnph
Description Jump to Parade capacity matching functionality from your web based TMS
File Size 9.08 KB
Installation Count 59
Current Version 1.1.4
Last Updated 2023-07-24
Publish Date 2021-01-07
Developer Parade
Email [email protected]
Payment Type free
Extension Website https://www.parade.ai
Help Page URL https://www.parade.ai/get-in-touch
Supported Languages en-US
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"
        }
    ]
}