Dispatch Pilot
DispatchPilot makes it easy to communicate with brokers and find best loads.
Dispatch Pilot là gì?
Dispatch Pilot là một tiện ích mở rộng Chrome được phát triển bởi https://dispatchpilot.com, và tính năng chính của nó là "DispatchPilot makes it easy to communicate with brokers and find best loads.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dispatch Pilot
Tải xuống các tệp mở rộng Dispatch Pilot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dispatch Pilot |
ID | oohpjofbmjjpjdfangecdpegiacpidfa |
URL Chính Thức | https://chromewebstore.google.com/detail/dispatch-pilot/oohpjofbmjjpjdfangecdpegiacpidfa |
Mô tả | DispatchPilot makes it easy to communicate with brokers and find best loads. |
Kích Thước Tệp | 4.29 MB |
Số Lần Cài Đặt | 152 |
Phiên Bản Hiện Tại | 0.5.0 |
Cập Nhật Lần Cuối | 2023-11-17 |
Ngày Phát Hành | 2023-07-28 |
Đánh Giá | 5.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://dispatchpilot.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.dispatchpilot.com/ |
URL Trang Trợ Giúp | https://www.dispatchpilot.com/ |
URL Trang Chính Sách Bảo Mật | https://www.dispatchpilot.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |