Super Dispatch: Connection

Stay connected to what drives your business with Super Dispatch's Chrome Extension

Super Dispatch: Connection क्या है?

Super Dispatch: Connection https://superdispatch.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stay connected to what drives your business with Super Dispatch's Chrome Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Super Dispatch: Connection एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Super Dispatch is an all-in-one auto transport platform for Carriers and Shippers to move cars faster, smarter, and easier.

Carriers: Connect all your Loads
Instantly import dispatch sheets with one click from alternative load boards to keep track of all your loads in one place.

Load Boards Supported:
- Central Dispatch
- CarsArrive
- DriveTime
- CarMax

Shippers: Connect to your CRM
Post new orders and monitor load status directly from within your CRM.

Load status updates include:
- Load pick up date and time
- Load delivery date, time, and ETA
- Carrier name and contact information
- Up-to-date driver location

CRMs supported:
- Message.Plane

CRMs coming soon:
- BATS
- ProABD

By using this add-on, you agree to the Super Dispatch's Terms & Conditions: https://superdispatch.com/terms-of-service/  and Privacy Policy: https://superdispatch.com/privacy-policy/                    

एक्सटेंशन की मूल जानकारी

नाम Super Dispatch: Connection Super Dispatch: Connection
ID npciikilfcggljgdkebakdcccmkdmpik
आधिकारिक URL https://chromewebstore.google.com/detail/super-dispatch-connection/npciikilfcggljgdkebakdcccmkdmpik
विवरण Stay connected to what drives your business with Super Dispatch's Chrome Extension
फ़ाइल का आकार 1.11 MB
स्थापना संख्या 10,578
वर्तमान संस्करण 1.18.4
अंतिम अपडेट 2024-01-19
प्रकाशन तिथि 2020-03-11
रेटिंग 4.95/5 कुल 19 रेटिंग्स
डेवलपर https://superdispatch.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://superdispatch.com
सहायता पृष्ठ URL https://support.superdispatch.com
गोपनीयता नीति पृष्ठ URL https://superdispatch.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAon0G6rKYEhjrN\/MbH9gnanVnog6\/4pUISO47XiGOz4CbEoKnogW8mEKBBzSKHSjQ2CWibx4olCod6a+Od8XtIdvyR3Ma4gqFA+cQjUbIHHkiWjhKG6ssZWkgXIgL\/GFmvW4Ui4gfsnwveZRROmOEiw9NpqrLpNVna4qKd\/vV9wA5rEWt1U3Vev3PHy1md+rstVUT2oYa1fM6bsH2KGM0ImqGuFCoDIsFv\/9p1\/jXBTyiF27eo3o509USiHDMWhQ5HDUf9\/bjbqKYzR747HLZmCE\/Yy8MMmB3jhA4be+B1eZ2zMCDTq4eoyLO3cqHh+LpyCE5Tg1ywovg+3fbXwuULwIDAQAB",
    "name": "Super Dispatch: Connection",
    "author": "Super Dispatch",
    "homepage_url": "https:\/\/superdispatch.com\/",
    "description": "Stay connected to what drives your business with Super Dispatch's Chrome Extension",
    "version": "1.18.4",
    "background": {
        "service_worker": "background\/index.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.msgplane.com\/index.php?*module=Orders*action=detailview*",
                "https:\/\/*.msgplane.com\/index.php?*action=detailview*module=Orders*"
            ],
            "js": [
                "content\/message-plane\/message-plane.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.centraldispatch.com\/protected\/dispatch\/view?dsid=*",
                "http:\/\/www.centraldispatch.com\/protected\/dispatch\/view?dsid=*",
                "https:\/\/www.centraldispatch.com\/protected\/cargo\/dispatched-to-me*",
                "http:\/\/www.centraldispatch.com\/protected\/cargo\/dispatched-to-me*",
                "https:\/\/canada.carsarrive.com\/Carrier\/*",
                "https:\/\/www.carsarrive.com\/tab\/Transport\/ViewLoadComplete.asp?nload_id=*",
                "https:\/\/www.carsarrive.com\/tab\/Transport\/ViewLoadShort.asp?nload_id=*",
                "https:\/\/transportation.carmax.com\/Carrier\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/can.drivetime-carsarrive.com\/tab\/Transport\/ViewLoadComplete.asp?nload_id=*"
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.centraldispatch.com\/protected\/listing\/post-listing?id=*"
            ],
            "js": [
                "content\/centraldispatch-listing-import.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:\/\/search.centraldispatch.com\/*",
                "https:\/\/app.centraldispatch.com\/*"
            ],
            "js": [
                "content\/book-now-cd.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "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"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icons\/*.png",
                "css\/*.css",
                "html\/*.html",
                "img\/*.png",
                "lib\/*.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.msgplane.com\/*",
        "https:\/\/*.super-lb.com\/*",
        "https:\/\/dashboard.mysuperdispatch.com\/*",
        "https:\/\/broker.superdispatch.com\/*",
        "https:\/\/www.carsarrive.com\/*",
        "https:\/\/modules.carsarrive.com\/*",
        "https:\/\/canserv.drivetime-carsarrive.com\/*",
        "https:\/\/api.mysuperdispatch.com\/*",
        "https:\/\/*.superdispatch.org\/*",
        "https:\/\/carrier.superdispatch.com\/*",
        "https:\/\/*.carsarrive.com\/*"
    ],
    "action": {
        "default_icon": "icons\/48.png",
        "default_popup": "popup.html"
    },
    "oauth2": {
        "client_id": "909133020380-ser17kncg2egcg8ikltuplti4evdori2.apps.googleusercontent.com",
        "scopes": [
            "profile"
        ]
    }
}