VineHelper™ DEV

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

What is VineHelper™ DEV?

VineHelper™ DEV is a Chrome extension developed by https://vinetegrate.com, and its main feature is "An AI-powered Chatbot designed to answer questions about Filevine.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download VineHelper™ DEV Extension CRX File

Download VineHelper™ DEV extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name VineHelper™ DEV VineHelper™ DEV
ID cnlknekhabfgcmdldancnobgjfcklelj
Official URL https://chromewebstore.google.com/detail/vinehelper-dev/cnlknekhabfgcmdldancnobgjfcklelj
Description An AI-powered Chatbot designed to answer questions about Filevine.
File Size 2.72 MB
Installation Count 190
Current Version 1.2
Last Updated 2023-10-26
Publish Date 2023-06-12
Developer https://vinetegrate.com
Email [email protected]
Payment Type free
Extension Website https://vinetegrate.com/vinehelper
Help Page URL https://intercom.help/vinetegrate/en/articles/7925462-vinehelper-support-and-installation
Privacy Policy Page URL https://vinetegrate.com/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}