WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Super Dispatch: Connection

Super Dispatch: Connection

View on Chrome Web Store
View Super Dispatch: Connection Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (21 ratings)
1 new ratings
44 views
This extension has been viewed 44 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.

Stay Connected to What Drives Your Business with the Super Dispatch Connection Chrome Extension
Type
Extension
Users
10,000 users
Super Dispatch
View author page of Super Dispatch
Published
Published on September 23, 2016
Version 1.54.0
Manifest version
3
Updated
Updated on September 12, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Super Dispatch: Connection 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",
    "manifest_version": 3,
    "name": "Super Dispatch: Connection",
    "author": "Super Dispatch",
    "homepage_url": "https:\/\/superdispatch.com\/",
    "description": "Stay Connected to What Drives Your Business with the Super Dispatch Connection Chrome Extension",
    "version": "1.54.0",
    "background": {
        "service_worker": "background\/index.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/secure.proabd.com\/abd_order_detail.php*"
            ],
            "js": [
                "content\/proabd\/proabd-init.js"
            ],
            "css": [
                "css\/styles.css",
                "css\/superdispatch.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.batscrm.com\/pages\/my-orders*"
            ],
            "js": [
                "content\/bats-crm\/bats-crm.js"
            ],
            "css": [
                "css\/styles.css",
                "css\/superdispatch.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.msgplane.com\/index.php*"
            ],
            "js": [
                "content\/message-plane\/message-plane.js"
            ],
            "css": [
                "css\/styles.css",
                "css\/superdispatch.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/canada.carsarrive.com\/Carrier\/*",
                "https:\/\/www.carsarrive.com\/tab\/Transport\/ViewLoadComplete.asp*",
                "https:\/\/www.carsarrive.com\/tab\/Transport\/ViewLoadShort.asp*"
            ],
            "js": [
                "content\/carsarrive-import.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.centraldispatch.com\/protected\/dispatch\/view*",
                "https:\/\/site.centraldispatch.com\/protected\/dispatch\/view*",
                "https:\/\/app.centraldispatch.com\/*",
                "https:\/\/www.centraldispatch.com\/protected\/cargo\/dispatched-to-me*",
                "https:\/\/site.centraldispatch.com\/protected\/cargo\/dispatched-to-me*"
            ],
            "js": [
                "content\/centraldispatch-import.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.centraldispatch.com\/protected\/listing\/post-listing*",
                "https:\/\/site.centraldispatch.com\/protected\/listing\/edit-listing*"
            ],
            "js": [
                "content\/centraldispatch-post.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.centraldispatch.com\/protected\/listing-along-route\/result*",
                "https:\/\/www.centraldispatch.com\/protected\/listing-search\/result*",
                "https:\/\/www.centraldispatch.com\/protected\/cargo\/my-vehicles*",
                "https:\/\/site.centraldispatch.com\/protected\/listing-along-route\/result*",
                "https:\/\/site.centraldispatch.com\/protected\/listing-search\/result*",
                "https:\/\/site.centraldispatch.com\/protected\/cargo\/my-vehicles*",
                "https:\/\/search.centraldispatch.com\/*",
                "https:\/\/app.centraldispatch.com\/*"
            ],
            "js": [
                "content\/book-now-cd.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/transport.acvauctions.com\/*"
            ],
            "js": [
                "content\/acv\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/ship.cars\/*"
            ],
            "js": [
                "content\/ship-cars\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/staging.broker.superdispatch.org\/*",
                "https:\/\/staging.shipper.superdispatch.org\/*",
                "https:\/\/broker.superdispatch.com\/*",
                "https:\/\/shipper.superdispatch.com\/*"
            ],
            "js": [
                "content\/tms.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/staging.carrier.superdispatch.org\/*",
                "https:\/\/carrier.superdispatch.com\/*",
                "https:\/\/dashboard.mysuperdispatch.com\/*"
            ],
            "js": [
                "content\/ctms-update-token.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.superdispatch.com\/*",
                "https:\/\/*.superdispatch.org\/*"
            ],
            "js": [
                "content\/extension-loaded.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.batscrm.com\/*",
                "https:\/\/secure.proabd.com\/*",
                "https:\/\/*.msgplane.com\/*"
            ],
            "resources": [
                "img\/*.png",
                "img\/*.svg"
            ]
        },
        {
            "matches": [
                "https:\/\/*.superdispatch.com\/*",
                "https:\/\/*.superdispatch.org\/*",
                "https:\/\/*.msgplane.com\/*"
            ],
            "resources": [
                "icons\/*.png"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.datadoghq.com\/*",
        "https:\/\/*.ingest.us.sentry.io\/*",
        "https:\/\/secure.proabd.com\/*",
        "https:\/\/www.batscrm.com\/*",
        "https:\/\/*.msgplane.com\/*",
        "https:\/\/*.super-lb.com\/*",
        "https:\/\/dashboard.mysuperdispatch.com\/*",
        "https:\/\/broker.superdispatch.com\/*",
        "https:\/\/www.carsarrive.com\/*",
        "https:\/\/modules.carsarrive.com\/*",
        "https:\/\/api.mysuperdispatch.com\/*",
        "https:\/\/*.superdispatch.org\/*",
        "https:\/\/api.shipper.superdispatch.com\/*",
        "https:\/\/carrier.superdispatch.com\/*",
        "https:\/\/*.carsarrive.com\/*",
        "https:\/\/site.centraldispatch.com\/",
        "https:\/\/api.loadboard.superdispatch.com\/*",
        "https:\/\/api.staging.loadboard.superdispatch.org\/*"
    ],
    "action": {
        "default_icon": "icons\/48.png",
        "default_popup": "popup\/popup.html"
    },
    "oauth2": {
        "client_id": "909133020380-ser17kncg2egcg8ikltuplti4evdori2.apps.googleusercontent.com",
        "scopes": [
            "profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAon0G6rKYEhjrN\/MbH9gnanVnog6\/4pUISO47XiGOz4CbEoKnogW8mEKBBzSKHSjQ2CWibx4olCod6a+Od8XtIdvyR3Ma4gqFA+cQjUbIHHkiWjhKG6ssZWkgXIgL\/GFmvW4Ui4gfsnwveZRROmOEiw9NpqrLpNVna4qKd\/vV9wA5rEWt1U3Vev3PHy1md+rstVUT2oYa1fM6bsH2KGM0ImqGuFCoDIsFv\/9p1\/jXBTyiF27eo3o509USiHDMWhQ5HDUf9\/bjbqKYzR747HLZmCE\/Yy8MMmB3jhA4be+B1eZ2zMCDTq4eoyLO3cqHh+LpyCE5Tg1ywovg+3fbXwuULwIDAQAB"
}
© 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