Parade

Jump to Parade capacity matching functionality from your web based TMS

Apa itu Parade?

Parade adalah ekstensi Chrome yang dikembangkan oleh Parade, dan fitur utamanya adalah "Jump to Parade capacity matching functionality from your web based TMS".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Parade

Unduh file ekstensi Parade dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Parade Parade
ID pappakebbfcfgmhhnjgfleafbkdojnph
URL Resmi https://chromewebstore.google.com/detail/parade/pappakebbfcfgmhhnjgfleafbkdojnph
Deskripsi Jump to Parade capacity matching functionality from your web based TMS
Ukuran File 9.08 KB
Jumlah Instalasi 59
Versi Saat Ini 1.1.4
Terakhir Diperbarui 2023-07-24
Tanggal Publikasi 2021-01-07
Pengembang Parade
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.parade.ai
URL Halaman Bantuan https://www.parade.ai/get-in-touch
Bahasa yang Didukung 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"
        }
    ]
}