Cargopolo

Copart and IAAI auctions management.

Qu'est-ce que Cargopolo ?

Cargopolo est une extension Chrome développée par cargopolodev1, et sa fonction principale est "Copart and IAAI auctions management.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Cargopolo

Téléchargez les fichiers d'extension Cargopolo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cargopolo Cargopolo
ID cfimdhcjajfnkibboommgboigdnhoena
URL Officiel https://chromewebstore.google.com/detail/cargopolo/cfimdhcjajfnkibboommgboigdnhoena
Description Copart and IAAI auctions management.
Taille du Fichier 145 KB
Nombre d'Installations 243
Version Actuelle 1.1.107
Dernière Mise à Jour 2023-12-21
Date de Publication 2023-05-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur cargopolodev1
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://admin.cargopolo.com/privacy-and-policy
Langues Prises en Charge 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
}