Cargopolo

Copart and IAAI auctions management.

Apa itu Cargopolo?

Cargopolo adalah ekstensi Chrome yang dikembangkan oleh cargopolodev1, dan fitur utamanya adalah "Copart and IAAI auctions management.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Cargopolo

Unduh file ekstensi Cargopolo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The extension enables users to effortlessly access auction accounts, place pre and live bids and get further service from the customer support team.

Additionally, the extension offers an advanced admin panel specifically designed for dealership companies. This comprehensive platform allows dealerships to efficiently manage and maintain control over their users.                    

Informasi Dasar Ekstensi

Nama Cargopolo Cargopolo
ID cfimdhcjajfnkibboommgboigdnhoena
URL Resmi https://chromewebstore.google.com/detail/cargopolo/cfimdhcjajfnkibboommgboigdnhoena
Deskripsi Copart and IAAI auctions management.
Ukuran File 145 KB
Jumlah Instalasi 243
Versi Saat Ini 1.1.107
Terakhir Diperbarui 2023-12-21
Tanggal Publikasi 2023-05-19
Penilaian 5.00/5 Total 1 Penilaian
Pengembang cargopolodev1
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://admin.cargopolo.com/privacy-and-policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cargopolo",
    "description": "Copart and IAAI auctions management.",
    "version": "1.1.107",
    "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
}