Cargopolo

Copart and IAAI auctions management.

Cargopolo là gì?

Cargopolo là một tiện ích mở rộng Chrome được phát triển bởi cargopolodev1, và tính năng chính của nó là "Copart and IAAI auctions management.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cargopolo

Tải xuống các tệp mở rộng Cargopolo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cargopolo Cargopolo
ID cfimdhcjajfnkibboommgboigdnhoena
URL Chính Thức https://chromewebstore.google.com/detail/cargopolo/cfimdhcjajfnkibboommgboigdnhoena
Mô tả Copart and IAAI auctions management.
Kích Thước Tệp 145 KB
Số Lần Cài Đặt 243
Phiên Bản Hiện Tại 1.1.107
Cập Nhật Lần Cuối 2023-12-21
Ngày Phát Hành 2023-05-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển cargopolodev1
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://admin.cargopolo.com/privacy-and-policy
Ngôn Ngữ Được Hỗ Trợ 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
}