Vent.ly

A mood-based chatbot that helps you vent.

Vad är Vent.ly?

Vent.ly är en Chrome-tillägg utvecklad av drew.vanlanen, och dess huvudfunktion är "A mood-based chatbot that helps you vent.".

Tilläggsskärmbilder

screenshot

Ladda ner Vent.ly-förlängningens CRX-fil

Ladda ner Vent.ly-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Title: Vent.ly - Your Virtual Therapist Friend

Description:

Vent.ly is a personal therapy assistant designed to help you navigate through your emotions and thoughts right within your browser. With Vent.ly, you can conveniently share your feelings, seek advice, or receive emotional support from a virtual therapist friend powered by advanced AI technology.

Whether you need a listening ear or some words of wisdom, Vent.ly is here to provide an empathetic and understanding response. Simply choose between "Advice" or "Support" modes and type in what's on your mind to receive a tailored response in just a few moments. Vent.ly aims to make emotional support accessible anytime and anywhere, giving you a safe space to express yourself.

Experience the power of AI-enhanced conversation and find solace in Vent.ly - your reliable virtual therapist friend.                    

Grundläggande Information om Tillägg

Namn Vent.ly Vent.ly
ID nhedgbgdffmdfefnfegkdhfmcdcgjdfj
Officiell webbadress https://chromewebstore.google.com/detail/vently/nhedgbgdffmdfefnfegkdhfmcdcgjdfj
Beskrivning A mood-based chatbot that helps you vent.
Filstorlek 57.82 KB
Antal Installationer 60
Aktuell Version 1.1
Senast Uppdaterad 2023-04-28
Publiceringsdatum 2023-04-28
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare drew.vanlanen
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vent.ly",
    "version": "1.1",
    "manifest_version": 3,
    "description": "A mood-based chatbot that helps you vent.",
    "icons": {
        "48": "icon.png"
    },
    "host_permissions": [
        "https:\/\/ktcuascygh.execute-api.us-east-1.amazonaws.com\/ventApp"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    }
}