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 |
官方網址 | 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": [ " |