DAT BOOST

A plug-in that enhances communication between carriers and brokers, enabling one-click emails from loadboard for the carriers.

Τι είναι το DAT BOOST;

Το DAT BOOST είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dat-boost.com, και η κύρια λειτουργία του είναι "A plug-in that enhances communication between carriers and brokers, enabling one-click emails from loadboard for the carriers.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DAT BOOST

Λήψη αρχείων επέκτασης DAT BOOST σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Introducing our groundbreaking Chrome extension specifically designed for the DAT Loadboard. Enhance your carrier-broker communications and streamline your logistics operations like never before.

This extension offers a suite of powerful features:

1. One-Click Email: Say goodbye to the tedious process of drafting emails. With just a single click, you can send preformatted email templates to brokers. Increase efficiency, save time, and focus on what matters the most.

2. RPM Calculator: A dynamic Rate Per Mile (RPM) calculator at your disposal. Make quick and accurate rate calculations to ensure you're always getting the most competitive deals. Never again miss an opportunity because of a miscalculation.

3. Load Filters: Efficiently manage your loads using our robust filter system. Customize and sort loads based on factors like rate, rpm, location, or distance, ensuring the best match for your specific needs.

4. Google Maps: No need for toggling screens. Our extension integrates seamlessly with Google Maps, providing you with precise routing information, travel times, and more, all within the DAT Loadboard interface.

5. Telegram Integration: Leverage the power of instant messaging. Stay connected with brokers in real-time through our Telegram integration, and ensure you're always in the loop.

6. Custom Integration: Tailor your experience with our custom integration feature. Incorporate additional services or tools to best suit your unique operational needs.

This extension also enables the creation of multiple email templates. Customize your communications for a range of situations, and ensure your correspondence always hits the right note.

Upgrade your DAT Loadboard experience with our Chrome extension. Designed to bring convenience to your fingertips, our extension will revolutionize the way you manage logistics, facilitating smoother and more efficient operations.


Land Page: https://www.dat-boost.com
Contact: [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DAT BOOST DAT BOOST
ID mhnaedlgdjibhaibimpompldmjfcppji
Επίσημο URL https://chromewebstore.google.com/detail/dat-boost/mhnaedlgdjibhaibimpompldmjfcppji
Περιγραφή A plug-in that enhances communication between carriers and brokers, enabling one-click emails from loadboard for the carriers.
Μέγεθος Αρχείου 256 KB
Αριθμός Εγκαταστάσεων 52
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-06-15
Ημερομηνία Δημοσίευσης 2023-05-30
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://dat-boost.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.dat-boost.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.dat-boost.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.dat-boost.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DAT BOOST",
    "short_name": "DAT BOOST send emails with one click in DAT",
    "author": "Art Logic",
    "description": "A plug-in that enhances communication between carriers and brokers, enabling one-click emails from loadboard for the carriers.",
    "version": "1.1",
    "action": {
        "default_icon": "assets\/images\/dat38 light.png",
        "default_popup": "popup.html",
        "default_title": "DAT BOOST"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "permissions": [
        "storage",
        "cookies",
        "identity"
    ],
    "icons": {
        "128": "assets\/images\/dat128 light.png",
        "38": "assets\/images\/dat38 light.png",
        "19": "assets\/images\/dat19 light.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.power.dat.com\/*",
                "*:\/\/*.dat.com\/*"
            ],
            "js": [
                "assets\/js\/jquery-3.1.0.min.js",
                "assets\/js\/content.js",
                "assets\/js\/filter.js",
                "assets\/js\/map.js"
            ],
            "css": [
                "assets\/css\/all.min.css",
                "assets\/css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/images\/*.png"
            ],
            "matches": [
                "https:\/\/power.dat.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.power.dat.com\/*",
        "*:\/\/*.dat.com\/*",
        "https:\/\/accounts.google.com\/*",
        "http:\/\/api.dat-boost.com:8080\/*"
    ]
}