Parade

Jump to Parade capacity matching functionality from your web based TMS

Wat is Parade?

Parade is een Chrome-extensie ontwikkeld door Parade, en de belangrijkste functie is "Jump to Parade capacity matching functionality from your web based TMS".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Parade

Download Parade-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Parade Parade
ID pappakebbfcfgmhhnjgfleafbkdojnph
Officiële URL https://chromewebstore.google.com/detail/parade/pappakebbfcfgmhhnjgfleafbkdojnph
Beschrijving Jump to Parade capacity matching functionality from your web based TMS
Bestandsgrootte 9.08 KB
Aantal Installaties 59
Huidige Versie 1.1.4
Laatst Bijgewerkt 2023-07-24
Publicatiedatum 2021-01-07
Ontwikkelaar Parade
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.parade.ai
Help Pagina-URL https://www.parade.ai/get-in-touch
Ondersteunde Talen 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"
        }
    ]
}