UDispatch

Efficiently connecting shippers and carriers faster than ever before, all with just a few clicks

UDispatch क्या है?

UDispatch https://udispatch.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Efficiently connecting shippers and carriers faster than ever before, all with just a few clicks"।

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

screenshot
screenshot
screenshot

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

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

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

                        UDispatch is a business-to-business platform. We are transforming the auto shipping industry. We’ve created an intuitive platform for shippers and carriers to efficiently connect with one other, using tools that streamline and expedite every aspect of shipping a vehicle.

Auto shippers and brokers need thousands of cars transported each day. They are dependent upon auto carriers picking up and delivering these vehicles on time and undamaged in the quickest and most efficient manner possible. UDispatch’s desktop and mobile applications are engineered to assist your company in electronically organizing and executing all dispatch tasks from start to finish.
 
We’ve got you covered. UDispatch has taken all the needs and requirements associated with a shipper posting a dispatch, along with all the responsibilities necessary for a carrier to request, confirm, and successfully complete a dispatch, and brought them both into the modern age with a highly-sophisticated, easy-to-use platform. One that can function as a fully-customizable digital operations center for both sides of the auto transport business.

This is more than just eliminating paperwork. We’re talking smart search engines, company profile reviews and ratings, several instant communication tools, eBOLs, and built-in, professional invoices, accounting software, merchant accounts, and full third-party integration (via Paypal, Braintree, Authorize.net, Stripe, Dropbox, Quickbooks, Xero, Apple and Google Calendars, etc.).

With UDispatch, redundant, time-consuming tasks become automated. Communication is instantaneous, invoicing and payments are expedited, and end-client satisfaction increases. And though we’re convinced we have the best product out there, we work every day to make it better. Our CRM is impeccable, devoted to constantly improving, and always there for you. 

This is the future of vehicle transport logistics. No worries, no frustrations, and no excuses. And completely free for the first thirty days. We look forward to working with you!                    

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

नाम UDispatch UDispatch
ID jocjphighcmohkichnieochigjdhbcie
आधिकारिक URL https://chromewebstore.google.com/detail/udispatch/jocjphighcmohkichnieochigjdhbcie
विवरण Efficiently connecting shippers and carriers faster than ever before, all with just a few clicks
फ़ाइल का आकार 231 KB
स्थापना संख्या 25
वर्तमान संस्करण 1.2.3
अंतिम अपडेट 2019-11-21
प्रकाशन तिथि 2019-11-21
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://udispatch.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.iaai.com\/Vehicle*",
                "https:\/\/www.iaai.com\/PaymentDue",
                "https:\/\/www.iaai.com\/GetMyVehicles",
                "https:\/\/www.iaai.com\/PurchaseHistory",
                "https:\/\/www.copart.com\/*",
                "https:\/\/udispatch.com\/*",
                "https:\/\/*.udispatch.com\/*",
                "https:\/\/centraldispatch.com\/*",
                "https:\/\/www.centraldispatch.com\/*",
                "https:\/\/www.edgepipeline.com\/*"
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/inject.js"
            ],
            "all_frames": true
        }
    ],
    "options_page": "html\/options.html",
    "devtools_page": "html\/devtools.html",
    "permissions": [
        "tabs",
        "storage",
        "tabs",
        "http:\/\/*",
        "https:\/\/*"
    ],
    "web_accessible_resources": [
        "js\/*",
        "html\/*",
        "css\/*",
        "images\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "name": "UDispatch",
    "version": "1.2.3",
    "description": "Efficiently connecting shippers and carriers faster than ever before, all with just a few clicks"
}