Google Meet by Emocional

Añade Emocional en tus videollamadas de Google Meet.

What is Google Meet by Emocional?

Google Meet by Emocional is a Chrome extension developed by https://emocional.co, and its main feature is "Añade Emocional en tus videollamadas de Google Meet.".

Extension Screenshots

screenshot

Download Google Meet by Emocional Extension CRX File

Download Google Meet by Emocional extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ❤️ Dar y recibir likes durante las videollamadas aumentando el engagement y el buen rollo

🎙 Conocer la participación de los participantes para favorecer dinámicas de participación sostenible.

😁  Detectar tu mood durante la videollamada y recibir mensajes de apoyo tu coach virtual, aumentando el impacto positivo que generas en el resto de participantes.

🗞 Recibir un diario emocional a través del resumen periódico que recibirás de todas tus videollamadas: momento más gracioso, likes recibidos, tiempo en llamada, personas con las que has coincidido...                    

Extension Basic Information

Name Google Meet by Emocional Google Meet by Emocional
ID fkjddiakghkcdpifnpcnejcpapdbmbbp
Official URL https://chromewebstore.google.com/detail/google-meet-by-emocional/fkjddiakghkcdpifnpcnejcpapdbmbbp
Description Añade Emocional en tus videollamadas de Google Meet.
File Size 158 KB
Installation Count 150
Current Version 1.2.9.4
Last Updated 2023-12-11
Publish Date 2022-04-20
Rating 5.00/5 Total 6 Ratings
Developer https://emocional.co
Email [email protected]
Payment Type free
Privacy Policy Page URL https://app.dev.emocional.co/privacy-policy
Supported Languages en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Meet by Emocional",
    "description": "A\u00f1ade Emocional en tus videollamadas de Google Meet.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh791TBZj5pTgfkmBLPEUnaT0E3ZQBj09Yt1J7jbXt9Oub31r+WhXYC7x1sRj4PPbPaQzBnXG8eFpoI53zDD2nSwZndcn4q1kElCyRaOGh+2r0SO\/TeLeS6mo2HnE2ChgRLAcLl6Bxq0fdqlZsNs5SlF\/GV41KVTeq6Nf0lUGC2xlnctCwEZQcDy\/vamC69kXSC8bn92ky2d4\/7\/pG4u77XzcdyvezmHi7oy4WzVluKEmuTzE0jlBshRibkVvHqp7kACRXTSBlHxnEg6lSfKfpC2Tqm1JXWZYjT6J+AdkccVTM1iLucoK8JKiBOPEwSGQZMWE+N8cdnAtOSP0jdwm\/QIDAQAB",
    "version": "1.2.9.4",
    "icons": {
        "128": "logo\/active-icon.png"
    },
    "action": {
        "default_title": "Emotional Meetings",
        "default_icon": "logo\/active-icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/extension.emocional.co\/*",
            "https:\/\/extension.test.emocional.co\/*",
            "https:\/\/extension.dev.emocional.co\/*",
            "http:\/\/localhost:4200\/*"
        ]
    },
    "oauth2": {
        "client_id": "545529495478-a816okvmp8bq8snqocqimokni3sm5ffa.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "options_page": "settings\/settings.html",
    "default_locale": "es"
}