VinCue

This extension integrates VinCue with other automotive websites and applications.

Vad är VinCue?

VinCue är en Chrome-tillägg utvecklad av dealercue, och dess huvudfunktion är "This extension integrates VinCue with other automotive websites and applications.".

Tilläggsskärmbilder

screenshot

Ladda ner VinCue-förlängningens CRX-fil

Ladda ner VinCue-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn VinCue VinCue
ID apmihaoaadgaodjcbipfjbbiaokopfli
Officiell webbadress https://chromewebstore.google.com/detail/vincue/apmihaoaadgaodjcbipfjbbiaokopfli
Beskrivning This extension integrates VinCue with other automotive websites and applications.
Filstorlek 113 KB
Antal Installationer 2,018
Aktuell Version 1.2.22
Senast Uppdaterad 2024-01-19
Publiceringsdatum 2020-06-10
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare dealercue
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.vincue.com/
Hjälpsida URL https://vincue.com/contact/
URL till Sekretesspolicy Sidan https://vincue.com/privacy-policy
Stödda Språk 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"
    ]
}