Dispatch Pilot

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

Cos'è Dispatch Pilot?

Dispatch Pilot è un'estensione di Chrome sviluppata da https://dispatchpilot.com, e la sua funzione principale è "DispatchPilot makes it easy to communicate with brokers and find best loads.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dispatch Pilot

Scarica i file di estensione Dispatch Pilot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Dispatch Pilot Dispatch Pilot
ID oohpjofbmjjpjdfangecdpegiacpidfa
URL Ufficiale https://chromewebstore.google.com/detail/dispatch-pilot/oohpjofbmjjpjdfangecdpegiacpidfa
Descrizione DispatchPilot makes it easy to communicate with brokers and find best loads.
Dimensione del File 4.29 MB
Conteggio Installazioni 152
Versione Corrente 0.5.0
Ultimo Aggiornamento 2023-11-17
Data di Pubblicazione 2023-07-28
Valutazione 5.00/5 Totale 12 Valutazioni
Sviluppatore https://dispatchpilot.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.dispatchpilot.com/
URL della Pagina di Aiuto https://www.dispatchpilot.com/
URL della Pagina della Politica sulla Privacy https://www.dispatchpilot.com/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}