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é es Reflect: AI Coach for Meetings?

Reflect: AI Coach for Meetings es una extensión de Chrome desarrollada por https://reflectcoach.ai, y su función principal es "Are your words harmful, helpful or potentially unlawful? Reflect AI lets you know if your communication could land you in hot water…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Reflect: AI Coach for Meetings

Descarga archivos de extensión Reflect: AI Coach for Meetings en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Reflect: AI Coach for Meetings Reflect: AI Coach for Meetings
ID oomhfamlnachaafceajopbingelclihb
URL Oficial https://chromewebstore.google.com/detail/reflect-ai-coach-for-meet/oomhfamlnachaafceajopbingelclihb
Descripción Are your words harmful, helpful or potentially unlawful? Reflect AI lets you know if your communication could land you in hot water…
Tamaño del Archivo 2.14 MB
Cantidad de Instalaciones 33
Versión Actual 1.22
Última Actualización 2023-12-22
Fecha de Publicación 2023-04-29
Desarrollador https://reflectcoach.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.alphyco.com/
URL de la Página de Ayuda https://www.alphyco.com/support
URL de la Página de Política de Privacidad https://www.alphyco.com/privacy
Idiomas Soportados 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\/*"
    ]
}