VinCue
This extension integrates VinCue with other automotive websites and applications.
Apa itu VinCue?
VinCue adalah ekstensi Chrome yang dikembangkan oleh dealercue, dan fitur utamanya adalah "This extension integrates VinCue with other automotive websites and applications.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi VinCue
Unduh file ekstensi VinCue dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | VinCue |
ID | apmihaoaadgaodjcbipfjbbiaokopfli |
URL Resmi | https://chromewebstore.google.com/detail/vincue/apmihaoaadgaodjcbipfjbbiaokopfli |
Deskripsi | This extension integrates VinCue with other automotive websites and applications. |
Ukuran File | 113 KB |
Jumlah Instalasi | 2,018 |
Versi Saat Ini | 1.2.22 |
Terakhir Diperbarui | 2024-01-19 |
Tanggal Publikasi | 2020-06-10 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | dealercue |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.vincue.com/ |
URL Halaman Bantuan | https://vincue.com/contact/ |
URL Halaman Kebijakan Privasi | https://vincue.com/privacy-policy |
Bahasa yang Didukung | 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": [ " |