VinCue
This extension integrates VinCue with other automotive websites and applications.
Qu'est-ce que VinCue ?
VinCue est une extension Chrome développée par dealercue, et sa fonction principale est "This extension integrates VinCue with other automotive websites and applications.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VinCue
Téléchargez les fichiers d'extension VinCue au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | VinCue |
ID | apmihaoaadgaodjcbipfjbbiaokopfli |
URL Officiel | https://chromewebstore.google.com/detail/vincue/apmihaoaadgaodjcbipfjbbiaokopfli |
Description | This extension integrates VinCue with other automotive websites and applications. |
Taille du Fichier | 113 KB |
Nombre d'Installations | 2,018 |
Version Actuelle | 1.2.22 |
Dernière Mise à Jour | 2024-01-19 |
Date de Publication | 2020-06-10 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | dealercue |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.vincue.com/ |
URL de la Page d'Aide | https://vincue.com/contact/ |
URL de la Page de Politique de Confidentialité | https://vincue.com/privacy-policy |
Langues Prises en Charge | 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": [ " |