VinCue

This extension integrates VinCue with other automotive websites and applications.

Co to jest VinCue?

VinCue to rozszerzenie Chrome opracowane przez dealercue, a jego główną funkcją jest „This extension integrates VinCue with other automotive websites and applications.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia VinCue

Pobierz pliki rozszerzeń VinCue w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa VinCue VinCue
ID apmihaoaadgaodjcbipfjbbiaokopfli
Oficjalny URL https://chromewebstore.google.com/detail/vincue/apmihaoaadgaodjcbipfjbbiaokopfli
Opis This extension integrates VinCue with other automotive websites and applications.
Rozmiar pliku 113 KB
Liczba instalacji 2,018
Aktualna Wersja 1.2.22
Ostatnia Aktualizacja 2024-01-19
Data Publikacji 2020-06-10
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper dealercue
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.vincue.com/
Adres URL Strony Pomocy https://vincue.com/contact/
Adres URL Strony Polityki Prywatności https://vincue.com/privacy-policy
Obsługiwane Języki 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"
    ]
}