Auto Bid Auction

Copart and IAAI auctions management.

Vad är Auto Bid Auction?

Auto Bid Auction är en Chrome-tillägg utvecklad av Westpoints, och dess huvudfunktion är "Copart and IAAI auctions management.".

Tilläggsskärmbilder

screenshot

Ladda ner Auto Bid Auction-förlängningens CRX-fil

Ladda ner Auto Bid Auction-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Auto Bid Auction Auto Bid Auction
ID cjlmblcipnoclbbgeelpefcdjdaekhnd
Officiell webbadress https://chromewebstore.google.com/detail/auto-bid-auction/cjlmblcipnoclbbgeelpefcdjdaekhnd
Beskrivning Copart and IAAI auctions management.
Filstorlek 149 KB
Antal Installationer 38
Aktuell Version 2.8.40
Senast Uppdaterad 2023-11-07
Publiceringsdatum 2023-04-25
Utvecklare Westpoints
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://wspoints.com/extension/privacyAndPolicy
Stödda Språk 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
}