Carload

Copart and IAAI auctions management.

Co to jest Carload?

Carload to rozszerzenie Chrome opracowane przez Westpoints, a jego główną funkcją jest „Copart and IAAI auctions management.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Carload

Pobierz pliki rozszerzeń Carload w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This is extension for auto import companies to management their dealers.  Also we will give you admin panel for your business to add or remove dealers on extension.                    

Podstawowe informacje o rozszerzeniu

Nazwa Carload Carload
ID abnliehnnagleabhdhpcjnlddgmfboad
Oficjalny URL https://chromewebstore.google.com/detail/carload/abnliehnnagleabhdhpcjnlddgmfboad
Opis Copart and IAAI auctions management.
Rozmiar pliku 140 KB
Liczba instalacji 63
Aktualna Wersja 2.8.44
Ostatnia Aktualizacja 2023-12-11
Data Publikacji 2023-10-29
Deweloper Westpoints
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://extension.carexpress.ge/privacy-and-policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Carload",
    "description": "Copart and IAAI auctions management.",
    "version": "2.8.44",
    "icons": {
        "16": "obj-16x16.png",
        "32": "obj-32x32.png",
        "48": "obj-48x48.png",
        "128": "obj-128x128.png"
    },
    "permissions": [
        "storage",
        "management",
        "cookies"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "obj-16x16.png",
        "default_popup": "index.html"
    },
    "host_permissions": [
        "https:\/\/www.copart.com\/*",
        "https:\/\/copart.com\/*",
        "https:\/\/www.iaai.com\/*",
        "https:\/\/iaai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "fillIaaiWatchList.js",
                "generateCopartAdditionalSection.js",
                ".\/globalDashboardTables.js",
                "globalPaymentHistory.js",
                "globalMyOffers.js",
                "globalPaymentDue.js",
                "globalWatchList.js",
                "globalOpenItems.js",
                "source.js",
                "jquery.js",
                "content.js",
                "axios.min.js"
            ],
            "type": "module"
        }
    ],
    "manifest_version": 3
}