CarShipIO Load Importer 2023

Export Loads to CarShipIO Platform

CarShipIO Load Importer 2023とは何ですか?

CarShipIO Load Importer 2023はCarShip.IOによって開発されたChromeの拡張機能で、その主な機能は「Export Loads to CarShipIO Platform」です。

拡張機能のスクリーンショット

CarShipIO Load Importer 2023拡張機能のCRXファイルをダウンロード

CarShipIO Load Importer 2023拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
                ""
            ]
        }
    ]
}