VineHelper™ DEV

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

Co to jest VineHelper™ DEV?

VineHelper™ DEV to rozszerzenie Chrome opracowane przez https://vinetegrate.com, a jego główną funkcją jest „An AI-powered Chatbot designed to answer questions about Filevine.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia VineHelper™ DEV

Pobierz pliki rozszerzeń VineHelper™ DEV w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa VineHelper™ DEV VineHelper™ DEV
ID cnlknekhabfgcmdldancnobgjfcklelj
Oficjalny URL https://chromewebstore.google.com/detail/vinehelper-dev/cnlknekhabfgcmdldancnobgjfcklelj
Opis An AI-powered Chatbot designed to answer questions about Filevine.
Rozmiar pliku 2.72 MB
Liczba instalacji 190
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-10-26
Data Publikacji 2023-06-12
Deweloper https://vinetegrate.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://vinetegrate.com/vinehelper
Adres URL Strony Pomocy https://intercom.help/vinetegrate/en/articles/7925462-vinehelper-support-and-installation
Adres URL Strony Polityki Prywatności https://vinetegrate.com/privacy-policy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}