Política de privacidad — Copiloto de Reuniones
Última actualización: 2 de septiembre de 2026
Resumen
Esta extensión no tiene servidores. El desarrollador no recibe, no almacena y no puede ver nada de lo que ocurre en tus reuniones. Todo el procesamiento pasa por tu propia cuenta de Amazon Web Services, que tú despliegas y controlas.
No hay analítica, ni telemetría, ni identificadores de usuario, ni terceros más allá de la cuenta de AWS que tú configuras.
Qué datos se manejan y a dónde van
| Dato | Dónde va | Dónde se guarda |
|---|---|---|
| Audio de la pestaña de la reunión y de tu micrófono | Directamente del navegador a Amazon Transcribe en tu cuenta de AWS, por WebSocket | En ningún sitio. Se transmite y se descarta; no se graba ningún fichero de audio |
| Transcripción de la reunión | Se queda en tu navegador | chrome.storage.session, que Chrome borra al cerrarse.
Si activas el autoguardado, además se escribe un .md en
tu carpeta de Descargas |
| Nombres de los participantes | Se quedan en tu navegador | Se leen de los subtítulos en directo de la propia reunión y entran en la transcripción |
| Tus preguntas y las respuestas | A Amazon Bedrock en tu cuenta de AWS, a través de la función Lambda que tú despliegas | chrome.storage.session. Se borran al cerrar Chrome |
| Imágenes que adjuntes y capturas de la pestaña | A Amazon Bedrock en tu cuenta de AWS, junto con la pregunta | En ningún sitio. No se guardan ni se incluyen en el fichero exportado |
El reunion.md de la carpeta que elijas |
Se lee de tu disco y va a Amazon Bedrock en tu cuenta de AWS como contexto | chrome.storage.session mientras dure la sesión |
| Tus ajustes: URL del proxy, token, idioma, modelo, «Sobre ti» | No salen de tu equipo | chrome.storage.local, en tu perfil de Chrome |
El token del proxy y la URL de la Function URL son credenciales tuyas. Se guardan localmente y solo se envían a tu propia función Lambda, en una cabecera, para autenticarte contra ella. No viajan a ningún otro sitio.
Qué NO se hace
- No se envía nada a servidores del desarrollador. No existen.
- No se venden ni se transfieren datos a terceros.
- No se usan los datos para publicidad, perfilado, evaluación de solvencia ni préstamos.
- No se usan los datos para nada ajeno al propósito único de la extensión: responder tus preguntas durante una reunión.
- No se inyecta ni se ejecuta código remoto. Todo el código va dentro del paquete de la extensión.
Sobre las páginas de reunión
En meet.google.com, teams.microsoft.com y
teams.live.com la extensión lee del contenido de la página
exactamente tres cosas, y solo mientras esté activa:
- El estado del botón de silencio, para respetar tu mute.
- Los subtítulos en directo, para saber el nombre de quién habla.
- Los avisos de quién entra y quién sale de la llamada.
Nada de eso sale hacia el desarrollador. No se lee el chat, ni tu cuenta, ni ninguna otra parte de la página.
Grabación de otras personas
La extensión transcribe el audio de la reunión, lo que incluye a los demás participantes. Las obligaciones legales sobre grabar o transcribir a terceros varían según el país y la empresa. Eres responsable de cumplirlas y de avisar en la reunión.
Tus datos, tu control
- Borrar la transcripción y la conversación: el botón de limpiar del panel, o cerrar Chrome.
- Borrar los ajustes: desinstalar la extensión los elimina.
- Borrar lo guardado: los
.mddel autoguardado están en tu carpeta de Descargas; bórralos como cualquier otro fichero. - Cortar el acceso a AWS: elimina la función Lambda y su rol de IAM, o rota el token.
Contacto
edwin.barrientos.retuerto@gmail.com
Privacy Policy — Copiloto de Reuniones (English)
Last updated: September 2, 2026
Summary
This extension has no servers. The developer receives nothing, stores nothing, and cannot see anything from your meetings. All processing happens in your own Amazon Web Services account, which you deploy and control.
There is no analytics, no telemetry, no user identifiers, and no third parties beyond the AWS account you configure.
What data is handled, and where it goes
| Data | Where it goes | Where it is stored |
|---|---|---|
| Meeting tab audio and your microphone | Straight from the browser to Amazon Transcribe in your AWS account, over a WebSocket | Nowhere. It is streamed and discarded; no audio file is ever written |
| Meeting transcript | Stays in your browser | chrome.storage.session, which Chrome clears on exit.
With autosave on, a .md file is also written to
your Downloads folder |
| Participant names | Stay in your browser | Read from the meeting's own live captions and included in the transcript |
| Your questions and the answers | To Amazon Bedrock in your AWS account, via the Lambda function you deploy | chrome.storage.session. Cleared when Chrome closes |
| Images you attach and tab screenshots | To Amazon Bedrock in your AWS account, along with the question | Nowhere. Not stored, not included in the exported file |
The reunion.md from the folder you pick |
Read from your disk and sent to Amazon Bedrock in your AWS account as context | chrome.storage.session for the duration of the
session |
| Your settings: proxy URL, token, language, model, "About you" | Never leave your machine | chrome.storage.local, in your Chrome profile |
The proxy token and Function URL are your own credentials. They are stored locally and sent only to your own Lambda function, in a header, to authenticate you against it. They go nowhere else.
What is never done
- Nothing is sent to developer servers. There are none.
- No data is sold or transferred to third parties.
- No data is used for advertising, profiling, creditworthiness, or lending.
- No data is used for any purpose unrelated to the extension's single purpose: answering your questions during a meeting.
- No remote code is injected or executed. All code ships inside the package.
About the meeting pages
On meet.google.com, teams.microsoft.com,
and teams.live.com, the extension reads exactly three
things from the page content, and only while it is active:
- The mute button's state, to respect your mute.
- The live captions, to know the name of the current speaker.
- The join/leave notices for the call.
None of it reaches the developer. The chat, your account, and every other part of the page are not read.
Recording other people
The extension transcribes meeting audio, which includes other participants. Legal obligations around recording or transcribing others vary by country and by company. You are responsible for meeting them and for disclosing this in the meeting.
Your data, your control
- Delete the transcript and conversation: the panel's clear button, or close Chrome.
- Delete the settings: uninstalling the extension removes them.
- Delete saved files: the autosaved
.mdfiles are in your Downloads folder; delete them like any other file. - Cut off AWS access: delete the Lambda function and its IAM role, or rotate the token.