VineHelper™ DEV

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

Vad är VineHelper™ DEV?

VineHelper™ DEV är en Chrome-tillägg utvecklad av https://vinetegrate.com, och dess huvudfunktion är "An AI-powered Chatbot designed to answer questions about Filevine.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner VineHelper™ DEV-förlängningens CRX-fil

Ladda ner VineHelper™ DEV-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn VineHelper™ DEV VineHelper™ DEV
ID cnlknekhabfgcmdldancnobgjfcklelj
Officiell webbadress https://chromewebstore.google.com/detail/vinehelper-dev/cnlknekhabfgcmdldancnobgjfcklelj
Beskrivning An AI-powered Chatbot designed to answer questions about Filevine.
Filstorlek 2.72 MB
Antal Installationer 190
Aktuell Version 1.2
Senast Uppdaterad 2023-10-26
Publiceringsdatum 2023-06-12
Utvecklare https://vinetegrate.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://vinetegrate.com/vinehelper
Hjälpsida URL https://intercom.help/vinetegrate/en/articles/7925462-vinehelper-support-and-installation
URL till Sekretesspolicy Sidan https://vinetegrate.com/privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}