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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | VINsync for LoopMeIn® |
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" ] } |