Parade

Jump to Parade capacity matching functionality from your web based TMS

Qu'est-ce que Parade ?

Parade est une extension Chrome développée par Parade, et sa fonction principale est "Jump to Parade capacity matching functionality from your web based TMS".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Parade

Téléchargez les fichiers d'extension Parade au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Parade Parade
ID pappakebbfcfgmhhnjgfleafbkdojnph
URL Officiel https://chromewebstore.google.com/detail/parade/pappakebbfcfgmhhnjgfleafbkdojnph
Description Jump to Parade capacity matching functionality from your web based TMS
Taille du Fichier 9.08 KB
Nombre d'Installations 59
Version Actuelle 1.1.4
Dernière Mise à Jour 2023-07-24
Date de Publication 2021-01-07
Développeur Parade
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.parade.ai
URL de la Page d'Aide https://www.parade.ai/get-in-touch
Langues Prises en Charge 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"
        }
    ]
}