VinCue
This extension integrates VinCue with other automotive websites and applications.
Wat is VinCue?
VinCue is een Chrome-extensie ontwikkeld door dealercue, en de belangrijkste functie is "This extension integrates VinCue with other automotive websites and applications.".
Extensie Screenshots
Download het CRX-bestand van de extensie VinCue
Download VinCue-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | VinCue |
ID | apmihaoaadgaodjcbipfjbbiaokopfli |
Officiële URL | https://chromewebstore.google.com/detail/vincue/apmihaoaadgaodjcbipfjbbiaokopfli |
Beschrijving | This extension integrates VinCue with other automotive websites and applications. |
Bestandsgrootte | 113 KB |
Aantal Installaties | 2,018 |
Huidige Versie | 1.2.22 |
Laatst Bijgewerkt | 2024-01-19 |
Publicatiedatum | 2020-06-10 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | dealercue |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.vincue.com/ |
Help Pagina-URL | https://vincue.com/contact/ |
URL van de Privacybeleid Pagina | https://vincue.com/privacy-policy |
Ondersteunde Talen | 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": [ " |