WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LoadLine - All-in-One Dispatch Tool

LoadLine - All-in-One Dispatch Tool

View on Chrome Web Store
View LoadLine - All-in-One Dispatch Tool Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (5 ratings)
1 new ratings
227 views
This extension has been viewed 227 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Smart match alerts, one-click emails, reply banners, and broker insights—LoadLine makes every load board work for you.
Type
Extension
Users
235 users
1
info************
View author page of info************
Published
Published on October 22, 2024
Version 1.6.22
Manifest version
3
Updated
Updated on September 11, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View LoadLine - All-in-One Dispatch Tool Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Smart match alerts, one-click emails, reply banners, and broker insights\u2014LoadLine makes every load board work for you.",
    "version": "1.6.22",
    "manifest_version": 3,
    "name": "LoadLine - All-in-One Dispatch Tool",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "webRequest",
        "offscreen",
        "declarativeNetRequest",
        "tabs"
    ],
    "action": {
        "default_popup": "",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "16": "icon-48.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/one.dat.com\/*"
            ],
            "js": [
                "contentScript.bundle.js",
                "mainComponent.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/one.dat.com\/*",
        "https:\/\/*.google.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "frame-rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "main.js",
                "mainComponent.bundle.js"
            ],
            "matches": [
                "https:\/\/one.dat.com\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top