Cargopolo

Copart and IAAI auctions management.

Что такое Cargopolo?

Cargopolo - это расширение Chrome, разработанное cargopolodev1, и его основная функция - "Copart and IAAI auctions management.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Cargopolo

Скачайте файлы расширений 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
Официальный URL 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
}