Dispatch Buddy

Plugin that simplifies communication between carriers and brokers by allowing carriers to send emails with one click from loadboard

Dispatch Buddy क्या है?

Dispatch Buddy https://dispatchbuddy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plugin that simplifies communication between carriers and brokers by allowing carriers to send emails with one click from loadboard"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dispatch Buddy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Dispatch Buddy is a plugin that simplifies communication between carriers and brokers by allowing carriers to send emails with one click from loadboard on DAT platform as well as TruckStop.

You can connect to the extension as many Google accounts as you want, while creating a large number of templates in each of them.
It also has features to help you use the DAT platform more conveniently, such as: 

1) Quick email send - create email templates using dynamic variables for each load. Create your own template and send emails quickly to distributors by just sending the button!
2) Filters - set filters for minimum and maximum miles and rates, rpm and rates. Filtering in ascending and descending order on power.dat.com, on either /search/loads or /posting/trucks pages!
3) RPM calculator - exclude specific states, and see the RPM breakdown right on the load board. Be able to automatically see specific rpm rate, calculated by extension, without any need to use external calculators as you used before!
4) Google Map with platform information - get truck location, pickup origin, and destination based on single table instance on power.dat.com table. This extension generates a button near "origin" and "destination" fields, which looks like a logo from google maps. If you click on it, you will be redirected to a new URL from google maps, which show the whole path from truck location to origin to, finally, destination.

HOW TO START IT?
1) Click the “Add to Chrome” 
2) Sign up to your account with Google account
3) Edit your email template
4) Open your Load board 
5) Start sending emails

CONTACT US
[email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Dispatch Buddy Dispatch Buddy
ID cecdeddepbioldoadbpgddhkgmfdcmmk
आधिकारिक URL https://chromewebstore.google.com/detail/dispatch-buddy/cecdeddepbioldoadbpgddhkgmfdcmmk
विवरण Plugin that simplifies communication between carriers and brokers by allowing carriers to send emails with one click from loadboard
फ़ाइल का आकार 1.84 MB
स्थापना संख्या 63
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2023-11-27
प्रकाशन तिथि 2023-10-31
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://dispatchbuddy.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://dispatchbuddy.com/
गोपनीयता नीति पृष्ठ URL https://copy-svelte-5ucv9ciug-dispatch-buddy.vercel.app/policy
समर्थित भाषाएँ en
manifest.json
{
    "action": {
        "default_popup": "popup.html"
    },
    "author": "clar1k",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dispatchbuddy-mail-templater.vercel.app\/sign-in",
                "https:\/\/dispatchbuddy-mail-templater.vercel.app\/add-new-email"
            ],
            "js": [
                "nextAccountChecker.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/js-mail-templater.vercel.app\/extension\/*",
                "https:\/\/dispatchbuddy-mail-templater.vercel.app\/extension\/*"
            ],
            "js": [
                "authContent.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/localhost:5173\/extension\/*"
            ],
            "js": [
                "authContent.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/localhost:5173\/*"
            ],
            "js": [
                "smtpContent.js"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "onecontent.js",
                "onemap.js"
            ],
            "matches": [
                "https:\/\/one.dat.com\/search-loads-ow",
                "https:\/\/one.dat.com\/search-trucks-ow",
                "https:\/\/one.dat.com\/private-loads",
                "https:\/\/one.dat.com\/",
                "https:\/\/one.dat.com\/callback",
                "https:\/\/one.dat.com\/dashboard"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "truckcontent.js"
            ],
            "matches": [
                "https:\/\/truckersedge.dat.com\/search-loads",
                "https:\/\/truckersedge.dat.com\/search-trucks",
                "https:\/\/truckersedge.dat.com\/private-loads"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "content.js",
                "filter.js",
                "map.js",
                "rpm.js"
            ],
            "matches": [
                "https:\/\/power.dat.com\/search\/loads",
                "https:\/\/power.dat.com\/postings\/trucks"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "truckstop.js"
            ],
            "matches": [
                "https:\/\/main.truckstop.com\/app\/**",
                "https:\/\/app.truckstop.com\/",
                "https:\/\/main.truckstop.com\/"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Plugin that simplifies communication between carriers and brokers by allowing carriers to send emails with one click from loadboard",
    "host_permissions": [
        "https:\/\/power.dat.com\/search\/loads",
        "https:\/\/power.dat.com\/postings\/trucks"
    ],
    "icons": {
        "128": "img\/logo.png"
    },
    "manifest_version": 3,
    "name": "Dispatch Buddy",
    "permissions": [
        "storage"
    ],
    "short_name": "Dispatch Buddy send emails with one click from the power dat",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/power.dat.com\/*"
            ],
            "resources": [
                "scripts\/*.js",
                "img\/*.png",
                "popup.js"
            ]
        }
    ]
}