Vent.ly

A mood-based chatbot that helps you vent.

Was ist Vent.ly?

Vent.ly ist eine Chrome-Erweiterung, die von drew.vanlanen entwickelt wurde, und ihr Hauptmerkmal ist "A mood-based chatbot that helps you vent.".

Erweiterungsscreenshots

screenshot

Vent.ly-Erweiterungs-CRX-Datei herunterladen

Laden Sie Vent.ly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Vent.ly Vent.ly
ID nhedgbgdffmdfefnfegkdhfmcdcgjdfj
Offizielle URL https://chromewebstore.google.com/detail/vently/nhedgbgdffmdfefnfegkdhfmcdcgjdfj
Beschreibung A mood-based chatbot that helps you vent.
Dateigröße 57.82 KB
Installationsanzahl 60
Aktuelle Version 1.1
Letztes Update 2023-04-28
Veröffentlichungsdatum 2023-04-28
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler drew.vanlanen
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
    }
}