VinCue
This extension integrates VinCue with other automotive websites and applications.
什么是VinCue?
VinCue是由dealercue开发的Chrome扩展程序,该扩展的主要功能是“This extension integrates VinCue with other automotive websites and applications.”。
扩展截图
下载VinCue扩展crx文件
下载VinCue扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | VinCue |
ID | apmihaoaadgaodjcbipfjbbiaokopfli |
官方URL | https://chromewebstore.google.com/detail/vincue/apmihaoaadgaodjcbipfjbbiaokopfli |
简介 | This extension integrates VinCue with other automotive websites and applications. |
文件大小 | 113 KB |
安装次数 | 2,018 |
当前版本 | 1.2.22 |
更新时间 | 2024-01-19 |
上架时间 | 2020-06-10 |
评分 | 5.00/5 共2次评分 |
开发者 | dealercue |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.vincue.com/ |
帮助页面URL | https://vincue.com/contact/ |
隐私政策页面URL | https://vincue.com/privacy-policy |
支持的语言 | 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": [ " |