VineHelper™ DEV

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

Что такое VineHelper™ DEV?

VineHelper™ DEV - это расширение Chrome, разработанное https://vinetegrate.com, и его основная функция - "An AI-powered Chatbot designed to answer questions about Filevine.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения VineHelper™ DEV

Скачайте файлы расширений VineHelper™ DEV в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название VineHelper™ DEV VineHelper™ DEV
ID cnlknekhabfgcmdldancnobgjfcklelj
Официальный URL https://chromewebstore.google.com/detail/vinehelper-dev/cnlknekhabfgcmdldancnobgjfcklelj
Описание An AI-powered Chatbot designed to answer questions about Filevine.
Размер файла 2.72 MB
Количество установок 190
Текущая Версия 1.2
Последнее Обновление 2023-10-26
Дата публикации 2023-06-12
Разработчик https://vinetegrate.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://vinetegrate.com/vinehelper
URL страницы помощи https://intercom.help/vinetegrate/en/articles/7925462-vinehelper-support-and-installation
URL страницы политики конфиденциальности https://vinetegrate.com/privacy-policy
Поддерживаемые языки 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": [
                ""
            ]
        }
    ]
}