VinCue
This extension integrates VinCue with other automotive websites and applications.
Co je VinCue?
VinCue je rozšíření Chrome vyvinuté dealercue, a jeho hlavní funkcí je „This extension integrates VinCue with other automotive websites and applications.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření VinCue
Stáhněte si soubory rozšíření VinCue ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | VinCue |
ID | apmihaoaadgaodjcbipfjbbiaokopfli |
Oficiální URL | https://chromewebstore.google.com/detail/vincue/apmihaoaadgaodjcbipfjbbiaokopfli |
Popis | This extension integrates VinCue with other automotive websites and applications. |
Velikost souboru | 113 KB |
Počet instalací | 2,018 |
Aktuální Verze | 1.2.22 |
Poslední Aktualizace | 2024-01-19 |
Datum Vydání | 2020-06-10 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | dealercue |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.vincue.com/ |
URL Stránky Nápovědy | https://vincue.com/contact/ |
URL Stránky Zásad Ochrany Soukromí | https://vincue.com/privacy-policy |
Podporované Jazyky | 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": [ " |