Cargopolo

Copart and IAAI auctions management.

Wat is Cargopolo?

Cargopolo is een Chrome-extensie ontwikkeld door cargopolodev1, en de belangrijkste functie is "Copart and IAAI auctions management.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Cargopolo

Download Cargopolo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cargopolo Cargopolo
ID cfimdhcjajfnkibboommgboigdnhoena
Officiële URL https://chromewebstore.google.com/detail/cargopolo/cfimdhcjajfnkibboommgboigdnhoena
Beschrijving Copart and IAAI auctions management.
Bestandsgrootte 145 KB
Aantal Installaties 243
Huidige Versie 1.1.107
Laatst Bijgewerkt 2023-12-21
Publicatiedatum 2023-05-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar cargopolodev1
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://admin.cargopolo.com/privacy-and-policy
Ondersteunde Talen 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
}