CarShipIO Load Importer 2023

Export Loads to CarShipIO Platform

Cos'è CarShipIO Load Importer 2023?

CarShipIO Load Importer 2023 è un'estensione di Chrome sviluppata da CarShip.IO, e la sua funzione principale è "Export Loads to CarShipIO Platform".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione CarShipIO Load Importer 2023

Scarica i file di estensione CarShipIO Load Importer 2023 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CarShipIO Load Importer 2023 CarShipIO Load Importer 2023
ID abnmnbndfignibcbpdhdigkjgeomflbl
URL Ufficiale https://chromewebstore.google.com/detail/carshipio-load-importer-2/abnmnbndfignibcbpdhdigkjgeomflbl
Descrizione Export Loads to CarShipIO Platform
Dimensione del File 82.4 KB
Conteggio Installazioni 145
Versione Corrente 1.4.5
Ultimo Aggiornamento 2023-09-15
Data di Pubblicazione 2017-11-30
Sviluppatore CarShip.IO
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.carshipio.com
URL della Pagina di Aiuto https://www.carshipio.com/home/contact
URL della Pagina della Politica sulla Privacy https://www.carshipio.com/account/toc
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}