Auto Bid Auction

Copart and IAAI auctions management.

Was ist Auto Bid Auction?

Auto Bid Auction ist eine Chrome-Erweiterung, die von Westpoints entwickelt wurde, und ihr Hauptmerkmal ist "Copart and IAAI auctions management.".

Erweiterungsscreenshots

screenshot

Auto Bid Auction-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto Bid Auction-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Auto Bid Auction Auto Bid Auction
ID cjlmblcipnoclbbgeelpefcdjdaekhnd
Offizielle URL https://chromewebstore.google.com/detail/auto-bid-auction/cjlmblcipnoclbbgeelpefcdjdaekhnd
Beschreibung Copart and IAAI auctions management.
Dateigröße 149 KB
Installationsanzahl 38
Aktuelle Version 2.8.40
Letztes Update 2023-11-07
Veröffentlichungsdatum 2023-04-25
Entwickler Westpoints
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://wspoints.com/extension/privacyAndPolicy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Bid Auction",
    "description": "Copart and IAAI auctions management.",
    "version": "2.8.40",
    "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
}