VinCue

This extension integrates VinCue with other automotive websites and applications.

Was ist VinCue?

VinCue ist eine Chrome-Erweiterung, die von dealercue entwickelt wurde, und ihr Hauptmerkmal ist "This extension integrates VinCue with other automotive websites and applications.".

Erweiterungsscreenshots

screenshot

VinCue-Erweiterungs-CRX-Datei herunterladen

Laden Sie VinCue-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name VinCue VinCue
ID apmihaoaadgaodjcbipfjbbiaokopfli
Offizielle URL https://chromewebstore.google.com/detail/vincue/apmihaoaadgaodjcbipfjbbiaokopfli
Beschreibung This extension integrates VinCue with other automotive websites and applications.
Dateigröße 113 KB
Installationsanzahl 2,018
Aktuelle Version 1.2.22
Letztes Update 2024-01-19
Veröffentlichungsdatum 2020-06-10
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler dealercue
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.vincue.com/
Hilfeseite URL https://vincue.com/contact/
URL der Datenschutzrichtlinien-Seite https://vincue.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}