VinCue

This extension integrates VinCue with other automotive websites and applications.

Hvad er VinCue?

VinCue er en Chrome-udvidelse udviklet af dealercue, og dens hovedfunktion er "This extension integrates VinCue with other automotive websites and applications.".

Udvidelsesskærmbilleder

screenshot

Download VinCue-udvidelses-CRX-fil

Download VinCue-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn VinCue VinCue
ID apmihaoaadgaodjcbipfjbbiaokopfli
Officiel URL https://chromewebstore.google.com/detail/vincue/apmihaoaadgaodjcbipfjbbiaokopfli
Beskrivelse This extension integrates VinCue with other automotive websites and applications.
Filstørrelse 113 KB
Antal Installationer 2,018
Nuværende Version 1.2.22
Senest Opdateret 2024-01-19
Udgivelsesdato 2020-06-10
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler dealercue
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.vincue.com/
Hjælpeside-URL https://vincue.com/contact/
URL til Fortrolighedspolitik Side https://vincue.com/privacy-policy
Understøttede Sprog 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"
    ]
}