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": [
                ""
            ]
        }
    ]
}