VINsync for LoopMeIn®
A browser plugin that will allow for external sites to integrate with LoopMeIn® and VINFO®
什么是VINsync for LoopMeIn®?
VINsync for LoopMeIn®是由https://loopmein.app开发的Chrome扩展程序,该扩展的主要功能是“A browser plugin that will allow for external sites to integrate with LoopMeIn® and VINFO®”。
扩展截图
下载VINsync for LoopMeIn®扩展crx文件
下载VINsync for LoopMeIn®扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
VINsync is a plugin that allows automotive dealerships to lookup their vehicles in LoopMeIn® with a single click - from nearly any website! No more flipping between multiple web applications.
VINsync allows you to:
- View important vehicle information in a detail panel - without leaving the website you're on!
- Add inventory to LoopMeIn from any website (vAuto, VinCue, CentralDispatch, HomeNet, etc)
- View the vehicle location on a map, along with all keys and documents (if utilizing MDD.io)
- Create a new lead and share a VINFO® report with them
- View all open tasks and inspection items for a vehicle
- Update a vehicle's stage
- Update a vehicle's workflow level
- See full LoopMeIn notes & logs for any vehicle
- Access common VINFO documents
- Jump directly to the full vehicle in LoopMeIn
We support nearly any website that contains a full VIN!
VINsync is a free plugin for www.LoopMeIn.app subscribers 扩展基本信息
| 名称 | |
| ID | mdhmlkdccegpoeichacghldmmnimjcig |
| 官方URL | https://chromewebstore.google.com/detail/vinsync-for-loopmein%C2%AE/mdhmlkdccegpoeichacghldmmnimjcig |
| 简介 | A browser plugin that will allow for external sites to integrate with LoopMeIn® and VINFO® |
| 文件大小 | 348 KB |
| 安装次数 | 183 |
| 当前版本 | 1.0.15 |
| 更新时间 | 2023-12-21 |
| 上架时间 | 2022-06-21 |
| 开发者 | https://loopmein.app |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.loopmein.app |
| 帮助页面URL | https://support.loopmein.app |
| 隐私政策页面URL | https://www.loopmein.app/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "A browser plugin that will allow for external sites to integrate with LoopMeIn\u00ae and VINFO\u00ae",
"version": "1.0.15",
"manifest_version": 3,
"name": "VINsync for LoopMeIn\u00ae",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"icons": {
"16": "icon-128.png",
"48": "icon-128.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"devtools_page": "devtools.html",
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png"
],
"matches": []
}
],
"permissions": [
"storage",
"tabs"
]
} | |