Loadex

Loadex simplifies the process of sending emails directly from the load board with just one click.

Was ist Loadex?

Loadex ist eine Chrome-Erweiterung, die von https://loadex.net entwickelt wurde, und ihr Hauptmerkmal ist "Loadex simplifies the process of sending emails directly from the load board with just one click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Loadex-Erweiterungs-CRX-Datei herunterladen

Laden Sie Loadex-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Dispatcher, do you want to optimize, systematize your work and increase your profit?

Introducing Loadex, the latest easy-to-use Google Chrome extension designed for seamless communications between dispatchers and brokers. Loadex is a comprehensive all-in-one plugin designed for truck dispatchers, ensuring they can respond to published loads with amazing efficiency, speeding up the entire process by 10x. By providing dispatchers with the opportunity to optimize their work. 

To optimize the work of dispatchers, our plugin provides:

1. One-click messages: With the help of Loadex, dispatchers will be able to save their time. Now you don't have to copy and paste your email address, we give you the ability to send messages in one click.
2. Automatic RPM Estimation: With automatic RPM calculation, dispatchers can improve their efficiency and select the most profitable loads, which will increase the profit of not only the employee, but also the company.
3. ⁠Integration with Google Maps: In one click you can open Google maps with the necessary data of the desired load already filled in, including the location of the truck, departure point and destination.
4. Real Profit Calculator: We have a convenient calculator that calculates diesel costs depending on the weight of the load and calculates toll roads. This function will help you see how much you can actually earn on this load.
5. ⁠Coming soon: Personalized email: edit the message text by adding your signature, links or your company logo.
6. ⁠Coming soon: Mail from multiple addresses: This feature will allow dispatchers working with several companies at the same time to send SMS from different email addresses.
7. ⁠Coming soon: Adding new platforms: Dat one, truckstop.

To use:

• Download the Loadex app
• Click "Add to Chrome"
• Sign up your Loadex account
• Customize your E-mail Template
• Open your Loadex
• Choose and Start Sending Emails

Try our extension for free now and start earning morefrom the first taps!

Contact Us:
[email protected]

#Loadex #dispatcher #load #DAT #truck                    

Grundlegende Informationen zur Erweiterung

Name Loadex Loadex
ID fbhlmobhmeicoclioegndhmmifojkcbl
Offizielle URL https://chromewebstore.google.com/detail/loadex/fbhlmobhmeicoclioegndhmmifojkcbl
Beschreibung Loadex simplifies the process of sending emails directly from the load board with just one click.
Dateigröße 1020 KB
Installationsanzahl 103
Aktuelle Version 3.0.1
Letztes Update 2024-02-23
Veröffentlichungsdatum 2023-10-19
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler https://loadex.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://loadex.net/
URL der Datenschutzrichtlinien-Seite https://loadex.net/privacy-and-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Loadex",
    "version": "3.0.1",
    "description": "Loadex simplifies the process of sending emails directly from the load board with just one click.",
    "manifest_version": 3,
    "author": "songhee24",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-16x16.png",
        "32": "icons\/icon-32x32.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6y8cLfrLKFeVcLoqylBrCNej7YocsZAP2uvSf6\/YRv2x4hP3EPmwoNLEq11FAleYYxJrAA+eB8w8J8p\/9c9K+pXkRJCsQ79nIxhOMeyWWFQdrkyzHlSUDaumIVZUzAh0AnbdVEtyza9\/\/T7YEJHqlDfGk0xI2+w3TrUitlVusdRs8I9zTqUJHxt7ksDzp3jlKnl3XaWd1RPN9GoRQnUyOi2D9E+afC+yHUWJEZ+xbFQoaQEPHPl7RTKsCVCNMpwEJsBpYMeJiKBg4CQboL0lJi4cABbp9G56ia6\/E9B1JU2M6if769h3N6qQ1OVXA9Qt63EMl6uq6hUR+TObeZfTtwIDAQAB",
    "oauth2": {
        "client_id": "100265208865-j6593p24dfnduuk76d1lmshhr8n7jfk9.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.send"
        ],
        "redirect_url": "https:\/\/fbhlmobhmeicoclioegndhmmifojkcbl.chromiumapp.org\/"
    },
    "permissions": [
        "tabs",
        "history",
        "storage",
        "identity.email",
        "identity"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/power.dat.com\/search\/loads",
                "https:\/\/power.dat.com\/postings\/trucks",
                "https:\/\/www.google.com\/maps\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.svg",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*"
        ]
    }
}