VinCue
This extension integrates VinCue with other automotive websites and applications.
VinCueคืออะไร?
VinCue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dealercue และคุณลักษณะหลักของมันคือ "This extension integrates VinCue with other automotive websites and applications."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VinCue
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ " |