Auto Bid Auction

Copart and IAAI auctions management.

什么是Auto Bid Auction?

Auto Bid Auction是由Westpoints开发的Chrome扩展程序,该扩展的主要功能是“Copart and IAAI auctions management.”。

扩展截图

screenshot

下载Auto Bid Auction扩展crx文件

下载Auto Bid Auction扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Auto Bid Auction Auto Bid Auction
ID cjlmblcipnoclbbgeelpefcdjdaekhnd
官方URL https://chromewebstore.google.com/detail/auto-bid-auction/cjlmblcipnoclbbgeelpefcdjdaekhnd
简介 Copart and IAAI auctions management.
文件大小 149 KB
安装次数 38
当前版本 2.8.40
更新时间 2023-11-07
上架时间 2023-04-25
开发者 Westpoints
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://wspoints.com/extension/privacyAndPolicy
支持的语言 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
}