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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}