Dispatch Pilot
DispatchPilot makes it easy to communicate with brokers and find best loads.
Qu'est-ce que Dispatch Pilot ?
Dispatch Pilot est une extension Chrome développée par https://dispatchpilot.com, et sa fonction principale est "DispatchPilot makes it easy to communicate with brokers and find best loads.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dispatch Pilot
Téléchargez les fichiers d'extension Dispatch Pilot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Dispatch Pilot |
ID | oohpjofbmjjpjdfangecdpegiacpidfa |
URL Officiel | https://chromewebstore.google.com/detail/dispatch-pilot/oohpjofbmjjpjdfangecdpegiacpidfa |
Description | DispatchPilot makes it easy to communicate with brokers and find best loads. |
Taille du Fichier | 4.29 MB |
Nombre d'Installations | 152 |
Version Actuelle | 0.5.0 |
Dernière Mise à Jour | 2023-11-17 |
Date de Publication | 2023-07-28 |
Évaluation | 5.00/5 Total 12 Évaluations |
Développeur | https://dispatchpilot.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.dispatchpilot.com/ |
URL de la Page d'Aide | https://www.dispatchpilot.com/ |
URL de la Page de Politique de Confidentialité | https://www.dispatchpilot.com/privacy-policy |
Langues Prises en Charge | 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" ] } ] } |