VineHelper™ DEV

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

VineHelper™ DEV란 무엇입니까?

VineHelper™ DEV은(는) https://vinetegrate.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An AI-powered Chatbot designed to answer questions about Filevine."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

VineHelper™ DEV 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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": [
                ""
            ]
        }
    ]
}