VineHelper™ DEV

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

Co je VineHelper™ DEV?

VineHelper™ DEV je rozšíření Chrome vyvinuté https://vinetegrate.com, a jeho hlavní funkcí je „An AI-powered Chatbot designed to answer questions about Filevine.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření VineHelper™ DEV

Stáhněte si soubory rozšíření VineHelper™ DEV ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název VineHelper™ DEV VineHelper™ DEV
ID cnlknekhabfgcmdldancnobgjfcklelj
Oficiální URL https://chromewebstore.google.com/detail/vinehelper-dev/cnlknekhabfgcmdldancnobgjfcklelj
Popis An AI-powered Chatbot designed to answer questions about Filevine.
Velikost souboru 2.72 MB
Počet instalací 190
Aktuální Verze 1.2
Poslední Aktualizace 2023-10-26
Datum Vydání 2023-06-12
Vývojář https://vinetegrate.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://vinetegrate.com/vinehelper
URL Stránky Nápovědy https://intercom.help/vinetegrate/en/articles/7925462-vinehelper-support-and-installation
URL Stránky Zásad Ochrany Soukromí https://vinetegrate.com/privacy-policy
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}