Dispatch Pilot

DispatchPilot makes it easy to communicate with brokers and find best loads.

什么是Dispatch Pilot?

Dispatch Pilot是由https://dispatchpilot.com开发的Chrome扩展程序,该扩展的主要功能是“DispatchPilot makes it easy to communicate with brokers and find best loads.”。

扩展截图

screenshot
screenshot
screenshot

下载Dispatch Pilot扩展crx文件

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

扩展使用说明

                        DispatchPilot integrates seamlessly with DAT, offering one-click emails and SMS, RPM visibility, custom filters, smart load rating, and comprehensive enterprise solutions. Streamline your operations and find the best loads faster.

Now available for DAT One fully!                    

扩展基本信息

名称 Dispatch Pilot Dispatch Pilot
ID oohpjofbmjjpjdfangecdpegiacpidfa
官方URL https://chromewebstore.google.com/detail/dispatch-pilot/oohpjofbmjjpjdfangecdpegiacpidfa
简介 DispatchPilot makes it easy to communicate with brokers and find best loads.
文件大小 4.29 MB
安装次数 152
当前版本 0.5.0
更新时间 2023-11-17
上架时间 2023-07-28
评分 5.00/5 共12次评分
开发者 https://dispatchpilot.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.dispatchpilot.com/
帮助页面URL https://www.dispatchpilot.com/
隐私政策页面URL https://www.dispatchpilot.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dispatch Pilot",
    "author": "Pointmars",
    "version": "0.5.0",
    "description": "DispatchPilot makes it easy to communicate with brokers and find best loads.",
    "permissions": [
        "storage",
        "identity",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/platform.devtest.ringcentral.com\/",
        "https:\/\/power.dat.com\/*"
    ],
    "action": {
        "default_popup": "popup.67ed5f49.html"
    },
    "background": {
        "service_worker": "background.0b2ef44e.js"
    },
    "icons": {
        "16": "logo-16.e41030b5.png",
        "48": "logo-48.133558f0.png",
        "128": "logo-128.7d85aab7.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/power.dat.com\/search\/loads",
                "https:\/\/power.dat.com\/postings\/trucks"
            ],
            "js": [
                "content.67cd50c5.js"
            ],
            "css": [
                "chat.cbd925e9.css"
            ]
        },
        {
            "matches": [
                "https:\/\/one.dat.com\/dashboard",
                "https:\/\/one.dat.com\/search-loads-ow",
                "https:\/\/one.dat.com\/search-trucks-ow"
            ],
            "js": [
                "content.b4ecfab6.js"
            ],
            "css": [
                "chat.cbd925e9.css"
            ]
        }
    ]
}