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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser plugin that will allow for external sites to integrate with LoopMeIn® and VINFO®"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VINsync for LoopMeIn® एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |