Parade

Jump to Parade capacity matching functionality from your web based TMS

什么是Parade?

Parade是由Parade开发的Chrome扩展程序,该扩展的主要功能是“Jump to Parade capacity matching functionality from your web based TMS”。

扩展截图

screenshot

下载Parade扩展crx文件

下载Parade扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Parade Parade
ID pappakebbfcfgmhhnjgfleafbkdojnph
官方URL https://chromewebstore.google.com/detail/parade/pappakebbfcfgmhhnjgfleafbkdojnph
简介 Jump to Parade capacity matching functionality from your web based TMS
文件大小 9.08 KB
安装次数 59
当前版本 1.1.4
更新时间 2023-07-24
上架时间 2021-01-07
开发者 Parade
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.parade.ai
帮助页面URL https://www.parade.ai/get-in-touch
支持的语言 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"
        }
    ]
}