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
Eメール [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
}