Reflect: AI Coach for Meetings

Are your words harmful, helpful or potentially unlawful? Reflect AI lets you know if your communication could land you in hot water…

Qu'est-ce que Reflect: AI Coach for Meetings ?

Reflect: AI Coach for Meetings est une extension Chrome développée par https://reflectcoach.ai, et sa fonction principale est "Are your words harmful, helpful or potentially unlawful? Reflect AI lets you know if your communication could land you in hot water…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Reflect: AI Coach for Meetings

Téléchargez les fichiers d'extension Reflect: AI Coach for Meetings 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

                        Are your words harmful, helpful or potentially unlawful? Reflect AI lets you know if your communication could land you in hot water - before you hit send. 

Ninety-nine percent of companies face lawsuits stemming from harmful communication, and companies spend a whopping $443 billion annually on litigation costs ($7k annually per employee). Discrimination employment lawsuits have increased by 400 percent over the last two decades.

At the same time Reflect protects you and your company - think of our AI as the “antivirus for human communication” - Reflect affirmatively nudges you and your team toward more confident and impactful communication. You’re going to love our real-time on-screen feedback around litigation detection and communication strengthening.

Reflect Al uses its proprietary library and system of feedback to advance individual and corporate communication, and deliver continuous protection and upskilling for all. 

Get Reflect for Gmail for you and your team. Alphy Reflect immediately changes the game for the Legal and HR departments, pairing always-on coaching with Smart Compliance for Communications.                    

Informations de Base sur l'Extension

Nom Reflect: AI Coach for Meetings Reflect: AI Coach for Meetings
ID oomhfamlnachaafceajopbingelclihb
URL Officiel https://chromewebstore.google.com/detail/reflect-ai-coach-for-meet/oomhfamlnachaafceajopbingelclihb
Description Are your words harmful, helpful or potentially unlawful? Reflect AI lets you know if your communication could land you in hot water…
Taille du Fichier 2.14 MB
Nombre d'Installations 33
Version Actuelle 1.22
Dernière Mise à Jour 2023-12-22
Date de Publication 2023-04-29
Développeur https://reflectcoach.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.alphyco.com/
URL de la Page d'Aide https://www.alphyco.com/support
URL de la Page de Politique de Confidentialité https://www.alphyco.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reflect: AI Coach for Meetings",
    "version": "1.22",
    "manifest_version": 3,
    "icons": {
        "128": "128.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*",
                "*:\/\/zoom.us\/*",
                "*:\/\/*.zoom.us\/*"
            ],
            "js": [
                "bundle.js",
                "in.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/meet.google.com\/*",
                "*:\/\/zoom.us\/*",
                "*:\/\/*.zoom.us\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/3bfy68yzvl.execute-api.us-east-2.amazonaws.com\/*",
        "https:\/\/bktbw1yj7f.execute-api.us-east-2.amazonaws.com\/*",
        "https:\/\/alphy-reflect-web-extension.herokuapp.com\/*"
    ]
}