CarShipIO Load Importer 2023

Export Loads to CarShipIO Platform

CarShipIO Load Importer 2023 क्या है?

CarShipIO Load Importer 2023 CarShip.IO द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export Loads to CarShipIO Platform"।

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

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

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

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

                        Export dispatched loads from Central Dispatch, Cars Arrive and MetroLoads to CarShipIO Auto Transport Platform.
Manage all your work on one powerful platform.
Save time and money managing your car hauler work on CarShipIO.

Plus Car Dealer's Easter Egg.                    

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

नाम CarShipIO Load Importer 2023 CarShipIO Load Importer 2023
ID abnmnbndfignibcbpdhdigkjgeomflbl
आधिकारिक URL https://chromewebstore.google.com/detail/carshipio-load-importer-2/abnmnbndfignibcbpdhdigkjgeomflbl
विवरण Export Loads to CarShipIO Platform
फ़ाइल का आकार 82.4 KB
स्थापना संख्या 145
वर्तमान संस्करण 1.4.5
अंतिम अपडेट 2023-09-15
प्रकाशन तिथि 2017-11-30
डेवलपर CarShip.IO
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.carshipio.com
सहायता पृष्ठ URL https://www.carshipio.com/home/contact
गोपनीयता नीति पृष्ठ URL https://www.carshipio.com/account/toc
समर्थित भाषाएँ en-US
manifest.json
{
    "author": "CarShipIO Auto Transport Platform",
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/content.min.js",
                "js\/inject.min.js"
            ],
            "matches": [
                "https:\/\/www.centraldispatch.com\/protected\/listing\/post-listing",
                "https:\/\/www.centraldispatch.com\/protected\/dispatch\/view?dsid=*",
                "http:\/\/www.centraldispatch.com\/protected\/dispatch\/view?dsid=*",
                "https:\/\/www.centraldispatch.com\/protected\/listing-along-route*",
                "https:\/\/www.carsarrive.com\/tab\/Transport\/ViewLoadComplete.asp?nload_id=*",
                "https:\/\/www.carsarrive.com\/tab\/Transport\/ViewLoadShort.asp?nload_id=*",
                "https:\/\/metroloads.com\/myloads\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "\/js\/background.min.js"
    },
    "description": "Export Loads to CarShipIO Platform",
    "homepage_url": "https:\/\/www.CarShipIO.com\/",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "CarShipIO Load Importer 2023",
    "permissions": [
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/www.carshipio.com\/*",
        "https:\/\/metroloads.com\/myloads\/*",
        "http:\/\/localhost:19991\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.5",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/128.png",
                "js\/jquery-2.2.4.min.js",
                "js\/injected.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}