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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}