Dispatch Pilot

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

O que é Dispatch Pilot?

Dispatch Pilot é uma extensão do Chrome desenvolvida por https://dispatchpilot.com, e sua principal característica é "DispatchPilot makes it easy to communicate with brokers and find best loads.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dispatch Pilot

Baixe arquivos de extensão Dispatch Pilot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Dispatch Pilot Dispatch Pilot
ID oohpjofbmjjpjdfangecdpegiacpidfa
URL Oficial https://chromewebstore.google.com/detail/dispatch-pilot/oohpjofbmjjpjdfangecdpegiacpidfa
Descrição DispatchPilot makes it easy to communicate with brokers and find best loads.
Tamanho do Arquivo 4.29 MB
Contagem de Instalações 152
Versão Atual 0.5.0
Última Atualização 2023-11-17
Data de Publicação 2023-07-28
Classificação 5.00/5 Total de 12 Avaliações
Desenvolvedor https://dispatchpilot.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.dispatchpilot.com/
URL da Página de Ajuda https://www.dispatchpilot.com/
URL da Página de Política de Privacidade https://www.dispatchpilot.com/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}