LESA - Dealer Video Suite (DVS)

The DVS App chrome extension allows your sales team to respond to leads with walk-around videos without leaving the CRM.

LESA - Dealer Video Suite (DVS) क्या है?

LESA - Dealer Video Suite (DVS) https://lesautomotive.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The DVS App chrome extension allows your sales team to respond to leads with walk-around videos without leaving the CRM."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LESA - Dealer Video Suite (DVS) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        DVS is a video toolbox for your sales team. Easily respond to leads with personalized video in video messages using a vast video library of live walk-around videos.                    

एक्सटेंशन की मूल जानकारी

नाम LESA - Dealer Video Suite (DVS) LESA - Dealer Video Suite (DVS)
ID fpgccekfihajkakcanlilbiebfpljbfo
आधिकारिक URL https://chromewebstore.google.com/detail/lesa-dealer-video-suite-d/fpgccekfihajkakcanlilbiebfpljbfo
विवरण The DVS App chrome extension allows your sales team to respond to leads with walk-around videos without leaving the CRM.
फ़ाइल का आकार 2.84 MB
स्थापना संख्या 400
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2023-06-28
प्रकाशन तिथि 2022-10-16
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://lesautomotive.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://lesautomotive.com/
सहायता पृष्ठ URL https://lesautomotive.com/contact/
गोपनीयता नीति पृष्ठ URL https://lesautomotive.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LESA - Dealer Video Suite (DVS)",
    "description": "The DVS App chrome extension allows your sales team to respond to leads with walk-around videos without leaving the CRM.",
    "version": "0.0.5",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/logo-16.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "permissions": [
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ]
}