dispatch.ninja : Supercharge your loadboard

Steroids for your Load Boards. Gain an unfair competitive advantage! Works with DAT, Truckstop & More Carrier Loadboards.

dispatch.ninja : Supercharge your loadboard là gì?

dispatch.ninja : Supercharge your loadboard là một tiện ích mở rộng Chrome được phát triển bởi https://dispatch.ninja, và tính năng chính của nó là "Steroids for your Load Boards. Gain an unfair competitive advantage! Works with DAT, Truckstop & More Carrier Loadboards.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng dispatch.ninja : Supercharge your loadboard

Tải xuống các tệp mở rộng dispatch.ninja : Supercharge your loadboard 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

                        Supercharge Your Load Board with Dispatch Ninja!

TLDR; With 1 click, pull up the maps/miles(including deadhead) and RPM on any load from Truckstop, DAT, TruckSmarter, Navisphere Carrier, JB Hunt Carrier 360 other more. This extension is designed to make you faster and more efficient than ever before. 

Designed by experienced dispatchers for dispatchers, this innovative loadboard extension transforms the way you interact with load boards.

🔑 Key Features:

⭐️Rapid RPM Calculation: Forget the hassle of manual calculations. Dispatch Ninja quickly computes Rates Per Mile (RPM), enabling faster decision-making.

⭐️Automated Map Population: Say goodbye to manual mapping. Dispatch Ninja auto-populates the map, including your driver's deadhead, providing instant visual context for each load.

⭐️Effortless Note-Taking and Rate Updates: Keep track of vital information with ease. Record notes and rate changes, and seamlessly share them with your team.

⭐️Instant Load Details: Click on a load, and Dispatch Ninja immediately presents all the essential details. It's like having an advanced, unified details tab for your load boards.

⭐️Time-Saving Efficiency: Spend less time on calculations and map referencing. Focus your energy on negotiations and identifying the best loads quickly.

⭐️Integrated with Samsara & Motive ELDs, put your trucks on the map

⚡Perfect for Both New and Veteran Dispatchers:
Whether you're just starting out or are a seasoned dispatcher, Dispatch Ninja enhances your load dispatching experience. It brings speed and clarity to your workflow, allowing you to concentrate on what matters most.

🚀 Join for Free!
Experience the future of load dispatching. Dispatch Ninja is currently available for free, no credit card required. Join now for free! 

🔍 Instructions:
1) Install this extension
2) Go to Truckstop or DAT load boards "Search Loads"
3) Click "Start Dispatch Ninja"

🛠️ Compatible Load boards:
- Internet Truckstop
- DAT One, DAT Express, DAT Truckers Edge & DAT Power
- Carrier 360 by J.B. Hunt
- Navisphere Carrier by CH Robinson
- TruckSmarter (new)
- More to come

Made with ❤️ by Load Company, a Truckstop Integration Partner                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên dispatch.ninja : Supercharge your loadboard dispatch.ninja : Supercharge your loadboard
ID dadpaafdbpbfdphgbaopoaefpoidkeep
URL Chính Thức https://chromewebstore.google.com/detail/dispatchninja-supercharge/dadpaafdbpbfdphgbaopoaefpoidkeep
Mô tả Steroids for your Load Boards. Gain an unfair competitive advantage! Works with DAT, Truckstop & More Carrier Loadboards.
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 0.3.6.4
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2023-11-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://dispatch.ninja
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dispatch.ninja/
URL Trang Trợ Giúp https://dispatch.ninja/support.php
URL Trang Chính Sách Bảo Mật https://dispatch.ninja/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "dispatch.ninja : Supercharge your loadboard",
    "version": "0.3.6.4",
    "manifest_version": 3,
    "description": "Steroids for your Load Boards. Gain an unfair competitive advantage! Works with DAT, Truckstop & More Carrier Loadboards.",
    "icons": {
        "128": "ico\/icon128.png"
    },
    "homepage_url": "https:\/\/dispatch.ninja\/",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "dispatch.ninja",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/dispatch.ninja\/*",
        "https:\/\/main.truckstop.com\/app\/search\/loads",
        "https:\/\/power.dat.com\/search\/loads",
        "https:\/\/one.dat.com\/search-loads-ow",
        "https:\/\/express.dat.com\/search-loads-ow",
        "https:\/\/truckersedge.dat.com\/search-loads",
        "https:\/\/power-mobile.dat.com\/",
        "https:\/\/scm.jbhunt.com\/",
        "https:\/\/www.navispherecarrier.com\/find-loads",
        "https:\/\/navispherecarrier.com\/find-loads",
        "https:\/\/app.trucksmarter.com\/loadboard",
        "https:\/\/app.trucksmarter.com\/my-loads\/"
    ],
    "permissions": [
        "tabs",
        "offscreen",
        "activeTab",
        "scripting",
        "clipboardWrite",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dispatch.ninja\/app\/ninja.php?load=*"
            ],
            "js": [
                "jquery224.js",
                "livetab.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/scm.jbhunt.com\/carrier\/ngx\/load-board\/*"
            ],
            "js": [
                "jquery224.js",
                "common.js",
                "jbhunt.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.navispherecarrier.com\/find-loads\/*",
                "https:\/\/navispherecarrier.com\/find-loads\/*"
            ],
            "js": [
                "jquery224.js",
                "common.js",
                "chrobinson.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/main.truckstop.com\/app\/search\/loads"
            ],
            "js": [
                "jquery224.js",
                "common.js",
                "truckstop_pro.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/power.dat.com\/search\/loads"
            ],
            "js": [
                "jquery224.js",
                "common.js",
                "dat_power.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/truckersedge.dat.com\/search-loads"
            ],
            "js": [
                "jquery224.js",
                "common.js",
                "dat_truckersedge.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/one.dat.com\/search-loads-ow",
                "https:\/\/express.dat.com\/search-loads-ow",
                "https:\/\/power-mobile.dat.com\/search-loads-ow"
            ],
            "js": [
                "jquery224.js",
                "common.js",
                "dat_one.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/app.trucksmarter.com\/loadboard*",
                "https:\/\/app.trucksmarter.com\/my-loads\/*"
            ],
            "js": [
                "jquery224.js",
                "common.js",
                "trucksmarter.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ]
}