VinCue

This extension integrates VinCue with other automotive websites and applications.

Cos'è VinCue?

VinCue è un'estensione di Chrome sviluppata da dealercue, e la sua funzione principale è "This extension integrates VinCue with other automotive websites and applications.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VinCue

Scarica i file di estensione VinCue in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome VinCue VinCue
ID apmihaoaadgaodjcbipfjbbiaokopfli
URL Ufficiale https://chromewebstore.google.com/detail/vincue/apmihaoaadgaodjcbipfjbbiaokopfli
Descrizione This extension integrates VinCue with other automotive websites and applications.
Dimensione del File 113 KB
Conteggio Installazioni 2,018
Versione Corrente 1.2.22
Ultimo Aggiornamento 2024-01-19
Data di Pubblicazione 2020-06-10
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore dealercue
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.vincue.com/
URL della Pagina di Aiuto https://vincue.com/contact/
URL della Pagina della Politica sulla Privacy https://vincue.com/privacy-policy
Lingue Supportate 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"
    ]
}