VinCue
This extension integrates VinCue with other automotive websites and applications.
What is VinCue?
VinCue is a Chrome extension developed by dealercue, and its main feature is "This extension integrates VinCue with other automotive websites and applications.".
Extension Screenshots
Download VinCue Extension CRX File
Download VinCue extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | VinCue |
ID | apmihaoaadgaodjcbipfjbbiaokopfli |
Official URL | https://chromewebstore.google.com/detail/vincue/apmihaoaadgaodjcbipfjbbiaokopfli |
Description | This extension integrates VinCue with other automotive websites and applications. |
File Size | 113 KB |
Installation Count | 2,018 |
Current Version | 1.2.22 |
Last Updated | 2024-01-19 |
Publish Date | 2020-06-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | dealercue |
[email protected] | |
Payment Type | free |
Extension Website | http://www.vincue.com/ |
Help Page URL | https://vincue.com/contact/ |
Privacy Policy Page URL | https://vincue.com/privacy-policy |
Supported Languages | 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": [ " |