Cargopolo

Copart and IAAI auctions management.

什麼是Cargopolo?

Cargopolo是由cargopolodev1開發的Chrome擴展程式,該擴展的主要功能是“Copart and IAAI auctions management.”。

擴展截圖

screenshot
screenshot

下載Cargopolo擴展crx文件

下載Cargopolo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The extension enables users to effortlessly access auction accounts, place pre and live bids and get further service from the customer support team.

Additionally, the extension offers an advanced admin panel specifically designed for dealership companies. This comprehensive platform allows dealerships to efficiently manage and maintain control over their users.                    

擴展基本資訊

名稱 Cargopolo Cargopolo
ID cfimdhcjajfnkibboommgboigdnhoena
官方網址 https://chromewebstore.google.com/detail/cargopolo/cfimdhcjajfnkibboommgboigdnhoena
簡介 Copart and IAAI auctions management.
檔案大小 145 KB
安裝次數 243
目前版本 1.1.107
更新時間 2023-12-21
上架時間 2023-05-19
評分 5.00/5 共 1 次評分
開發者 cargopolodev1
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://admin.cargopolo.com/privacy-and-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cargopolo",
    "description": "Copart and IAAI auctions management.",
    "version": "1.1.107",
    "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
}