Ship.Cars Loadboard Extension

Take your auto transport business to the next level with Ship.Cars Loadboard Extension for Central Dispatch and jTracker

Ship.Cars Loadboard Extension क्या है?

Ship.Cars Loadboard Extension https://ship.cars द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take your auto transport business to the next level with Ship.Cars Loadboard Extension for Central Dispatch and jTracker"।

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

screenshot
screenshot
screenshot

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

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

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

                        Ship.Cars Load Board Extension | Ship.Cars 

If you are an auto-transportation carrier, Ship.Cars Load Board Extension is the best way to import your Central Dispatch car shipping orders into your Ship.Cars account.

If you are a shipper/broker, by downloading the Ship.Cars Loadboard Extension you’ll be able to decrease the amount of time it takes for carriers to claim your loads. Ship.Cars Loadboard Extension will allow you to post your loads to the Ship.Cars Market load board, in addition to Central Dispatch, all right from your existing jTracker account.

In other words.. you can move your loads faster, without any disruption to your existing workflow.

---

Auto transport, car hauling, vehicle shipping, central dispatch, dispatching, load board, dashboard, epod, invoicing, BOLs, billing, trucking, mobile app

---

Why should you import your Central Dispatch orders into Ship.Cars?

BENEFITS:
1) Easy, one-click order importing. No more file saving and downloading, no manual importing, no time wasting
2) Imported orders are now fully prepared to be assigned to your drivers
3) Instant electronic paperwork generation (Invoicing, customer signed BOLs, geotagged vehicle pictures)
4) Automatically update the broker/shipper with the order status. No more phone calls, no manual emails
5) Automatically email the broker/shipper all necessary paperwork. Keep everyone in the loop
6) Once the driver delivers the orders, Instantly bill your brokers/shippers. Speed up your payments, don’t spend time on collecting paperwork to get paid


INSTALLATION
1) Click on ‘Add To Chrome’

USE
1) Log into your Central Dispatch account
2) Go to ‘Find Shipments’ >> ‘Dispatched To Me’
3) Click the green ‘Import to Ship.Cars’ button to import the respective order
4) Log into your Ship.Cars account if prompted
5) In Ship.Cars, find the ‘Broker’ section and add the brokers’ email
6) Assign a driver
7) Repeat 2) thru 6) for all of your orders

For more info visit: https://help.ship.cars/importing-orders-into-ship-cars/import-loads-from-central-dispatch

Ship.Cars Help Center: 
https://help.ship.cars/

Privacy Policy:
https://legal.ship.cars/privacy-policy/

Issues?
Go to https://ship.cars/ and contact us via live chat
Or email us at support(at)ship.cars

Follow us on social media:
Facebook: @shipdotcars
Instagram: @ship.cars
Twitter: @ship_cars
YouTube: https://www.youtube.com/channel/UCdPjGYwrVbqISUHpkEkPggg
Vimeo: https://vimeo.com/user73212316

Ship.Cars, your home for car hauling!                    

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

नाम Ship.Cars Loadboard Extension Ship.Cars Loadboard Extension
ID dmpjiaifmhmnbbphkchdpjejooggcdem
आधिकारिक URL https://chromewebstore.google.com/detail/shipcars-loadboard-extens/dmpjiaifmhmnbbphkchdpjejooggcdem
विवरण Take your auto transport business to the next level with Ship.Cars Loadboard Extension for Central Dispatch and jTracker
फ़ाइल का आकार 1.99 MB
स्थापना संख्या 1,980
वर्तमान संस्करण 2.3.0
अंतिम अपडेट 2021-08-13
प्रकाशन तिथि 2019-10-14
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://ship.cars
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ship.cars/
सहायता पृष्ठ URL https://help.ship.cars/
गोपनीयता नीति पृष्ठ URL https://legal.ship.cars/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ship.Cars Loadboard Extension",
    "description": "Take your auto transport business to the next level with Ship.Cars Loadboard Extension for Central Dispatch and jTracker",
    "version": "2.3.0",
    "page_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "tabs",
        "storage",
        "identity.email",
        "https:\/\/api.rollbar.com\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/api.rollbar.com;",
    "content_scripts": [
        {
            "js": [
                "cd.main.bundle.js"
            ],
            "matches": [
                "*:\/\/www.centraldispatch.com\/protected\/dispatch\/view?dsid=*",
                "*:\/\/www.centraldispatch.com\/protected\/cargo\/dispatched-to-me*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "cd.listing-search.bundle.js"
            ],
            "matches": [
                "*:\/\/www.centraldispatch.com\/protected\/listing-search\/result*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "cd.listing-along-route.bundle.js"
            ],
            "matches": [
                "*:\/\/www.centraldispatch.com\/protected\/listing-along-route\/result*"
            ]
        },
        {
            "js": [
                "jtracker.main.bundle.js"
            ],
            "matches": [
                "*:\/\/www.jtracker.com\/account*"
            ],
            "exclude_matches": [
                "*:\/\/www.jtracker.com\/account\/login.php*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "jtracker.order-detail.bundle.js"
            ],
            "matches": [
                "*:\/\/www.jtracker.com\/account\/order\/detail.php*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "jtracker.order-form.bundle.js"
            ],
            "matches": [
                "*:\/\/www.jtracker.com\/account\/order\/form.php*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "jtracker.order-listing.bundle.js"
            ],
            "matches": [
                "*:\/\/www.jtracker.com\/account\/order\/listing.php*"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "config.bundle.js",
                "rollbar.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "config.bundle.js",
            "rollbar.min.js",
            "background.bundle.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "icons\/icon.png",
        "icons\/logomark.svg",
        "icons\/logomark-full.svg",
        "error_message.html",
        "success_message.html"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/ship.cars\/*",
            "*:\/\/*.ship.cars\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}