Carexpress

Copart and IAAI auctions management.

Wat is Carexpress?

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

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Carexpress

Download Carexpress-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

                        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.                    

Basisinformatie over de Extensie

Naam Carexpress Carexpress
ID kdjmkgcoinoeoioefgdjanlbppgjomef
Officiële URL https://chromewebstore.google.com/detail/carexpress/kdjmkgcoinoeoioefgdjanlbppgjomef
Beschrijving Copart and IAAI auctions management.
Bestandsgrootte 144 KB
Aantal Installaties 339
Huidige Versie 2.8.45
Laatst Bijgewerkt 2023-12-12
Publicatiedatum 2023-10-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Westpoints
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://wspoints.com
Help Pagina-URL https://carexpress.ge/contactUs
URL van de Privacybeleid Pagina https://extension.carexpress.ge/privacy-and-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Carexpress",
    "description": "Copart and IAAI auctions management.",
    "version": "2.8.45",
    "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
}