VineHelper™ DEV

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

VineHelper™ DEV क्या है?

VineHelper™ DEV https://vinetegrate.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An AI-powered Chatbot designed to answer questions about Filevine."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VineHelper™ DEV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}