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
Eメール [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"
            ]
        }
    ]
}