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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}