Carketa Vehicle Information

Allows you to click on VIN numbers to see vehicle data on Carketa.com

Что такое Carketa Vehicle Information?

Carketa Vehicle Information - это расширение Chrome, разработанное https://getcarketa.com, и его основная функция - "Allows you to click on VIN numbers to see vehicle data on Carketa.com".

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

screenshot
screenshot
screenshot

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

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

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

                        The Carketa Chrome Extension helps dealerships partnered with Carketa pull up their vehicle's information on platforms that host their VIN numbers, such as their websites or DMS software. This helps them bridge the gap of those tough integrations and expensive fees for manual integrations charged by a typical DMS system. 

You are able to pull up information on everything from recon expenses to where the vehicle is at in it's journey to becoming front line ready. Visit www.getcarketa.com to become a partnered dealership.                    

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

Название Carketa Vehicle Information Carketa Vehicle Information
ID kdjgnikanogdoaglfmbfgidjnkomjabj
Официальный URL https://chromewebstore.google.com/detail/carketa-vehicle-informati/kdjgnikanogdoaglfmbfgidjnkomjabj
Описание Allows you to click on VIN numbers to see vehicle data on Carketa.com
Размер файла 108 KB
Количество установок 295
Текущая Версия 0.0.10
Последнее Обновление 2023-09-07
Дата публикации 2020-12-20
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://getcarketa.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://getcarketa.com/
URL страницы помощи https://carketa.com/
URL страницы политики конфиденциальности https://getcarketa.com/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Carketa Vehicle Information",
    "version": "0.0.10",
    "description": "Allows you to click on VIN numbers to see vehicle data on Carketa.com",
    "manifest_version": 3,
    "page_action": {
        "default_icon": {
            "16": "images\/valuation_icon.png",
            "32": "images\/valuation_icon.png"
        }
    },
    "icons": {
        "16": "images\/valuation_icon.png",
        "48": "images\/valuation_icon.png",
        "32": "images\/valuation_icon.png",
        "128": "images\/valuation_icon.png"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting",
        "storage"
    ]
}