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 |
Eメール | [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": [ " |