VineHelper™ DEV

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

Was ist VineHelper™ DEV?

VineHelper™ DEV ist eine Chrome-Erweiterung, die von https://vinetegrate.com entwickelt wurde, und ihr Hauptmerkmal ist "An AI-powered Chatbot designed to answer questions about Filevine.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

VineHelper™ DEV-Erweiterungs-CRX-Datei herunterladen

Laden Sie VineHelper™ DEV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name VineHelper™ DEV VineHelper™ DEV
ID cnlknekhabfgcmdldancnobgjfcklelj
Offizielle URL https://chromewebstore.google.com/detail/vinehelper-dev/cnlknekhabfgcmdldancnobgjfcklelj
Beschreibung An AI-powered Chatbot designed to answer questions about Filevine.
Dateigröße 2.72 MB
Installationsanzahl 190
Aktuelle Version 1.2
Letztes Update 2023-10-26
Veröffentlichungsdatum 2023-06-12
Entwickler https://vinetegrate.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://vinetegrate.com/vinehelper
Hilfeseite URL https://intercom.help/vinetegrate/en/articles/7925462-vinehelper-support-and-installation
URL der Datenschutzrichtlinien-Seite https://vinetegrate.com/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}