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.”。
擴展截圖
下載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 |
ID | oohpjofbmjjpjdfangecdpegiacpidfa |
官方網址 | 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" ] } ] } |