VineHelper™ DEV

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

VineHelper™ DEV là gì?

VineHelper™ DEV là một tiện ích mở rộng Chrome được phát triển bởi https://vinetegrate.com, và tính năng chính của nó là "An AI-powered Chatbot designed to answer questions about Filevine.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VineHelper™ DEV

Tải xuống các tệp mở rộng VineHelper™ DEV dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VineHelper™ DEV VineHelper™ DEV
ID cnlknekhabfgcmdldancnobgjfcklelj
URL Chính Thức https://chromewebstore.google.com/detail/vinehelper-dev/cnlknekhabfgcmdldancnobgjfcklelj
Mô tả An AI-powered Chatbot designed to answer questions about Filevine.
Kích Thước Tệp 2.72 MB
Số Lần Cài Đặt 190
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-10-26
Ngày Phát Hành 2023-06-12
Nhà Phát Triển https://vinetegrate.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vinetegrate.com/vinehelper
URL Trang Trợ Giúp https://intercom.help/vinetegrate/en/articles/7925462-vinehelper-support-and-installation
URL Trang Chính Sách Bảo Mật https://vinetegrate.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}