VineHelper™ DEV

An AI-powered Chatbot designed to answer questions about Filevine.

VineHelper™ DEVとは何ですか?

VineHelper™ DEVはhttps://vinetegrate.comによって開発されたChromeの拡張機能で、その主な機能は「An AI-powered Chatbot designed to answer questions about Filevine.」です。

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

screenshot
screenshot
screenshot
screenshot

VineHelper™ DEV拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        VineHelper™ is the first AI-powered help center for Filevine, Lead Docket, Vinetegrate, and other Filevine related products. Prompt any question to our chatbot and you'll get an informative, conversational answer in mere seconds. Ask VineHelper™ specific or generic support topics, such as:

-How do I create a Filevine report?
-Does Lead Docket support outbound referrals?
-How do I built a template in VineSign?

VineHelper™ is powered by ChatGPT's API and has been trained on public information about Filevine, as well as proprietary data. VineHelper™ is created and managed by Vinetegrate® - Supercharge Filevine.                    

拡張機能の基本情報

名前 VineHelper™ DEV VineHelper™ DEV
ID cnlknekhabfgcmdldancnobgjfcklelj
公式URL https://chromewebstore.google.com/detail/vinehelper-dev/cnlknekhabfgcmdldancnobgjfcklelj
説明 An AI-powered Chatbot designed to answer questions about Filevine.
ファイルサイズ 2.72 MB
インストール数 190
現在のバージョン 1.2
最終更新日 2023-10-26
公開日 2023-06-12
開発者 https://vinetegrate.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://vinetegrate.com/vinehelper
ヘルプページのURL https://intercom.help/vinetegrate/en/articles/7925462-vinehelper-support-and-installation
プライバシーポリシーページのURL https://vinetegrate.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VineHelper\u2122 DEV",
    "version": "1.2",
    "description": "An AI-powered Chatbot designed to answer questions about Filevine.",
    "action": {
        "default_icon": "icon__.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "footer.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}