VinCue

This extension integrates VinCue with other automotive websites and applications.

Что такое VinCue?

VinCue - это расширение Chrome, разработанное dealercue, и его основная функция - "This extension integrates VinCue with other automotive websites and applications.".

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

screenshot

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

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

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

                        The VinCue extension is a companion plug-in for the VinCue web application, assisting clients by providing shortcuts to easily share relevant data between VinCue and other websites.                    

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

Название VinCue VinCue
ID apmihaoaadgaodjcbipfjbbiaokopfli
Официальный URL https://chromewebstore.google.com/detail/vincue/apmihaoaadgaodjcbipfjbbiaokopfli
Описание This extension integrates VinCue with other automotive websites and applications.
Размер файла 113 KB
Количество установок 2,018
Текущая Версия 1.2.22
Последнее Обновление 2024-01-19
Дата публикации 2020-06-10
Рейтинг 5.00/5 Всего 2 оценок
Разработчик dealercue
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.vincue.com/
URL страницы помощи https://vincue.com/contact/
URL страницы политики конфиденциальности https://vincue.com/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VinCue",
    "description": "This extension integrates VinCue with other automotive websites and applications.",
    "version": "1.2.22",
    "options_page": "options.html",
    "icons": {
        "16": "vincueicon16-2.png",
        "48": "vincueicon48-2.png",
        "128": "vincueicon128-2.png"
    },
    "browser_action": {
        "default_icon": "vincueicon128-2.png"
    },
    "background": {
        "scripts": [
            "jquery-3.1.1.js",
            "jquery.slidereveal.js",
            "xregexp-min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.1.js",
                "jquery.slidereveal.js",
                "xregexp-min.js",
                "VinCuePlugin.js",
                "options.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ]
}