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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://intercom.help/vinetegrate/en/articles/7925462-vinehelper-support-and-installation
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}