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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}