LoadConnect

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

什麼是LoadConnect?

LoadConnect是由https://loadconnect.io開發的Chrome擴展程式,該擴展的主要功能是“Plugin that simplifies communication between carriers and brokers by allowing carriers to send emails with one click from loadboard”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載LoadConnect擴展crx文件

下載LoadConnect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        LoadConnect.io - is the ultimate Google Chrome extension for Carriers and Dispatchers!

With LoadConnect extension, you can send pre-written emails to brokers, search for loads and plan the routes in Google maps - one click!

LoadConnect is your all-in-one loadboard plugin. The tool allows Truck Carriers and Dispatchers to react to any posted load x10 faster 🚀


FEATURES:
📩 Send Emails With One Click - Create personalized email templates using dynamic variables for each load.

💆‍♂️Automatically Estimate RPM - Set filters for minimum miles and rates, exclude specific states, and see the RPM breakdown right on the load board.

🌏 Open Google Maps with Load Information - Get all the load details you need on Google Maps, including truck location, pickup origin, and destination.

⭐️ Check Brokers' Ratings - Stay informed and protected by checking brokers' ratings and reading reviews from fellow carriers, helping you identify scammers and unreliable brokers.


HOW IT WORKS?
1️⃣ Click the “Add to Chrome” 
2️⃣ Sign up to your LoadConnect account
3️⃣ Edit your Email Template
4️⃣ Open your Load Board 
6️⃣ Start Sending Emails

*No credit card required 


WHY LoadConnect.io?
⚡️ React to loads 10X faster 
❤️ Every 3rd user recommends Loadconnect.io to their friends
😉 See the value in just 3 minutes - for free


CONTACT US
💌 Support: [email protected]                    

擴展基本資訊

名稱 LoadConnect LoadConnect
ID kphkbopjgkmhookfloamkgpnoncckaao
官方網址 https://chromewebstore.google.com/detail/loadconnect/kphkbopjgkmhookfloamkgpnoncckaao
簡介 Plugin that simplifies communication between carriers and brokers by allowing carriers to send emails with one click from loadboard
檔案大小 449 KB
安裝次數 8,546
目前版本 2.5.3
更新時間 2024-02-21
上架時間 2022-06-17
評分 4.79/5 共 62 次評分
開發者 https://loadconnect.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://loadconnect.io/
說明頁面URL https://loadconnect.io/privacy-policy
隱私政策頁面URL https://loadconnect.io/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "2.5.3",
    "author": "samakovuluk",
    "name": "LoadConnect",
    "description": "Plugin that simplifies communication between carriers and brokers by allowing carriers to send emails with one click from loadboard",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.loadconnect.io\/pricing?status=success"
            ],
            "js": [
                "enable-features.f312193f.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/app.loadconnect.io\/*"
            ],
            "js": [
                "token.ab43d1de.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/one.dat.com\/**"
            ],
            "js": [
                "dat-one.84a4d128.js"
            ],
            "css": [
                "content.4d33266b.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/web.loadlink.ca\/**"
            ],
            "js": [
                "loadlink.eaaef797.js"
            ],
            "css": [
                "content.64e8099f.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/power.dat.com\/search\/loads",
                "https:\/\/power.dat.com\/postings\/trucks"
            ],
            "js": [
                "power.0356eb82.js"
            ],
            "css": [
                "content.f22417a0.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/main.truckstop.com\/**"
            ],
            "js": [
                "truckstop.1fd5b7a4.js"
            ],
            "css": [
                "content.edb94d5f.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/thelinkloadlinkweb4.loadlink.ca\/**"
            ],
            "js": [
                "theloadlink.0a8bbd8f.js"
            ],
            "css": [
                "content.4e0af3ff.css"
            ],
            "run_at": "document_end"
        }
    ],
    "short_name": "LoadConnect send emails with one click from the power dat, trucktop and one dat loadboards",
    "host_permissions": [],
    "web_accessible_resources": []
}