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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}