Vent.ly

A mood-based chatbot that helps you vent.

Qu'est-ce que Vent.ly ?

Vent.ly est une extension Chrome développée par drew.vanlanen, et sa fonction principale est "A mood-based chatbot that helps you vent.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Vent.ly

Téléchargez les fichiers d'extension Vent.ly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Vent.ly Vent.ly
ID nhedgbgdffmdfefnfegkdhfmcdcgjdfj
URL Officiel https://chromewebstore.google.com/detail/vently/nhedgbgdffmdfefnfegkdhfmcdcgjdfj
Description A mood-based chatbot that helps you vent.
Taille du Fichier 57.82 KB
Nombre d'Installations 60
Version Actuelle 1.1
Dernière Mise à Jour 2023-04-28
Date de Publication 2023-04-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur drew.vanlanen
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
    }
}