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によって開発されたChromeの拡張機能で、その主な機能は「The DVS App chrome extension allows your sales team to respond to leads with walk-around videos without leaving the CRM.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

LESA - Dealer Video Suite (DVS)拡張機能のCRXファイルをダウンロード

LESA - Dealer Video Suite (DVS)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}