CarOffer Trade Grade

Seamlessly create and manage trade requests in CarOffer.

Что такое CarOffer Trade Grade?

CarOffer Trade Grade - это расширение Chrome, разработанное CarOffer LLC, и его основная функция - "Seamlessly create and manage trade requests in CarOffer.".

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

screenshot

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

Скачайте файлы расширений CarOffer Trade Grade в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        CarOffer's TradeGrade extension allows automotive dealers to see and accept instant offers on their used vehicle inventory, trade-ins, lease returns, and auction cars while working in their appraisal tool. With the TradeGrade extension, vehicles can be "sold today" with just the click of a button. Appraisal tools like vAuto, CDK Used Lot Intelligence, Inventory+, FirstLook, and more are supported.

Make smart wholesale decisions with the most transparent automotive wholesale platform on the market!

Features:
    Launch vehicles through TradeGrade to get instant offers.
    View instant offers while browsing past appraisals.
    Functionality that allows you to accept offers on inventory units and trade-ins.
    Scan a VIN barcode to expedite the offer process.
    Tag customer information to appraisals for "save-a-deal" purposes.
    Take and upload vehicle images.

Launch cars from platforms like:
    Manheim
    Manheim Express
    OVE
    Simulcast
    Auction EDGE
    vAuto
    Adesa
    KAR Global
    ACV Auctions
    Backlot Cars
    TRED
    OfferUp
    Backlot Cars
    Smart Auction
    EBlock
    CarWave
    The Appraisal Lane
    GMF DealerSource
    Carvana Access
    VETTX
    Trade Helper
    Dealers Link
    Boost Acquisition
    TradeHelper
    Accu-Trade
    TradePending
    Black Book
    MAXDigital
    DealerVault
    Dominion
    Dealer Specialties
    LotPop
    Xcite
    HomeNet
    Dealercue
    KBB
    Kelly Blue Book
    Autohub
    eAutoAppraise
    Drivably
    Carbly
    Autoniq
    Laser Appraiser
    Carmax
    Carvana
    CarGurus
    AutoTrader
    Cars.com
    TrueCar
    RumbleOn
    CDK
    Reynolds
    Vroom
    Shift
    DealerTrak                    

Основная информация о расширении

Название CarOffer Trade Grade CarOffer Trade Grade
ID bhndphimonpehfcjedjmffgdeigldipm
Официальный URL https://chromewebstore.google.com/detail/caroffer-trade-grade/bhndphimonpehfcjedjmffgdeigldipm
Описание Seamlessly create and manage trade requests in CarOffer.
Размер файла 16.6 KB
Количество установок 10,593
Текущая Версия 2023.3.1
Последнее Обновление 2023-03-21
Дата публикации 2019-12-16
Рейтинг 5.00/5 Всего 5 оценок
Разработчик CarOffer LLC
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.caroffer.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Seamlessly create and manage trade requests in CarOffer.",
    "version": "2023.3.1",
    "short_name": "CarOffer Trade Grade",
    "name": "CarOffer Trade Grade",
    "manifest_version": 3,
    "homepage_url": "https:\/\/caroffer.pearlsolutions.com",
    "icons": {
        "16": "caroffer-16x16.png",
        "32": "caroffer-32x32.png",
        "48": "caroffer-48x48.png",
        "128": "caroffer-128x128.png"
    },
    "action": {
        "default_title": "CarOffer Trade Grade"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.vauto.com\/*",
                "https:\/\/*.vauto.com\/*",
                "https:\/\/*.adplotmanagement.com\/*",
                "http:\/\/*.adplotmanagement.com\/*",
                "https:\/\/inventory.dealersocket.com\/*",
                "http:\/\/inventory.dealersocket.com\/*",
                "http:\/\/max.firstlook.biz\/*",
                "https:\/\/max.firstlook.biz\/*",
                "https:\/\/*.dealercenter.net\/*",
                "http:\/\/*.dealercenter.net\/*",
                "http:\/\/*.accu-trade.ca\/*",
                "https:\/\/*.accu-trade.ca\/*",
                "https:\/\/www.cars.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.pearlsolutions.com\/*",
                "*:\/\/*.caroffer.com\/*",
                "*:\/\/*.showroomxpress.com\/*"
            ],
            "js": [
                "extensionEnabled.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*.vauto.com\/*",
                "https:\/\/*.vauto.com\/*",
                "https:\/\/*.adplotmanagement.com\/*",
                "http:\/\/*.adplotmanagement.com\/*",
                "https:\/\/inventory.dealersocket.com\/*",
                "http:\/\/inventory.dealersocket.com\/*",
                "http:\/\/max.firstlook.biz\/*",
                "https:\/\/max.firstlook.biz\/*",
                "https:\/\/*.dealercenter.net\/*",
                "http:\/\/*.dealercenter.net\/*",
                "http:\/\/*.accu-trade.ca\/*",
                "https:\/\/*.accu-trade.ca\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*.vauto.com\/*",
        "https:\/\/*.vauto.com\/*",
        "https:\/\/*.adplotmanagement.com\/*",
        "https:\/\/inventory.dealersocket.com\/*",
        "http:\/\/*.adplotmanagement.com\/*",
        "http:\/\/inventory.dealersocket.com\/*",
        "http:\/\/max.firstlook.biz\/",
        "https:\/\/dmsapp.dealercenter.net\/*",
        "https:\/\/appraiser3.accu-trade.ca\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}