VINsync for LoopMeIn®
A browser plugin that will allow for external sites to integrate with LoopMeIn® and VINFO®
Qu'est-ce que VINsync for LoopMeIn® ?
VINsync for LoopMeIn® est une extension Chrome développée par https://loopmein.app, et sa fonction principale est "A browser plugin that will allow for external sites to integrate with LoopMeIn® and VINFO®".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VINsync for LoopMeIn®
Téléchargez les fichiers d'extension VINsync for LoopMeIn® au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | VINsync for LoopMeIn® |
ID | mdhmlkdccegpoeichacghldmmnimjcig |
URL Officiel | https://chromewebstore.google.com/detail/vinsync-for-loopmein%C2%AE/mdhmlkdccegpoeichacghldmmnimjcig |
Description | A browser plugin that will allow for external sites to integrate with LoopMeIn® and VINFO® |
Taille du Fichier | 348 KB |
Nombre d'Installations | 183 |
Version Actuelle | 1.0.15 |
Dernière Mise à Jour | 2023-12-21 |
Date de Publication | 2022-06-21 |
Développeur | https://loopmein.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.loopmein.app |
URL de la Page d'Aide | https://support.loopmein.app |
URL de la Page de Politique de Confidentialité | https://www.loopmein.app/privacy-policy |
Langues Prises en Charge | 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" ] } |