VineHelper™ DEV

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

O que é VineHelper™ DEV?

VineHelper™ DEV é uma extensão do Chrome desenvolvida por https://vinetegrate.com, e sua principal característica é "An AI-powered Chatbot designed to answer questions about Filevine.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão VineHelper™ DEV

Baixe arquivos de extensão VineHelper™ DEV no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome VineHelper™ DEV VineHelper™ DEV
ID cnlknekhabfgcmdldancnobgjfcklelj
URL Oficial https://chromewebstore.google.com/detail/vinehelper-dev/cnlknekhabfgcmdldancnobgjfcklelj
Descrição An AI-powered Chatbot designed to answer questions about Filevine.
Tamanho do Arquivo 2.72 MB
Contagem de Instalações 190
Versão Atual 1.2
Última Atualização 2023-10-26
Data de Publicação 2023-06-12
Desenvolvedor https://vinetegrate.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://vinetegrate.com/vinehelper
URL da Página de Ajuda https://intercom.help/vinetegrate/en/articles/7925462-vinehelper-support-and-installation
URL da Página de Política de Privacidade https://vinetegrate.com/privacy-policy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}