Exportal — Bridge between Claude.ai/ChatGPT and Claude Code

Bridge between Claude.ai/ChatGPT and Claude Code. Export any chat to your VS Code workspace as Markdown, and continue it.

As of June 2026, Exportal — Bridge between Claude.ai/ChatGPT and Claude Code has 34 users in the Developer Tools category.

Usersno change0%
34
34
Ratingno change0%
— reviews
Reviewsno change0%
Version
0.11.7
Manifest V3
90-day change · In the last 90 days this extension 2 version updates.

History

9 snapshots

Tracking since Apr 23, 2026.

36.5618-0.5600000000000023Apr 23, 2026Jun 11, 2026
View as table
DateUsersRatingReviewsVersion
Apr 23, 20260.3.0
Apr 27, 20260.3.0
May 5, 20260.3.0
May 10, 202620.3.0
May 16, 202630.11.2
May 22, 2026140.11.7
May 29, 2026160.11.7
Jun 5, 2026200.11.7
Jun 11, 2026230.11.7
Now340.11.7

Changelog

  • May 10, 2026
    description
    Exportal Companion es el puente entre claude.ai y tu editor. Con un
    click exporta cualquier conversación a Markdown limpio — listo para
    pegar como contexto en Claude Code o cualquier otro agente.
    
    CÓMO FUNCIONA
    
    1. Instalá la extensión "Exportal" para VS Code desde el Marketplace.
    2. Instalá este companion y emparejá con el token que aparece en VS
       Code (Ctrl+Shift+P → "Exportal: Show bridge pairing token").
    3. Abrí cualquier chat en claude.ai.
    4. Click en el botón flotante → "Exportar este chat".
    5. VS Code guarda la conversación en tu workspace y la adjunta
       automáticamente al panel de Claude Code como @-mention.
    
    CARACTERÍSTICAS
    
    • Dos formas de exportar: chat individual (al toque) o export oficial
      completo de claude.ai (cuando el ZIP oficial termina de descargarse,
      se reenvía automáticamente).
    • Atajos de teclado: Alt+Shift+E para exportar el chat actual,
      Alt+Shift+O para preparar el export oficial.
    • Badge de estado en la barra de Chrome que refleja el estado del
      puente: verde cuando todo funciona, amarillo si falta emparejar,
      rojo si hay un problema.
    • Mensajes de error claros: distingue entre sesión expirada, cambio
      de API de claude.ai, payload demasiado grande, timeout o VS Code
      desactualizado.
    
    LOCAL-FIRST
    
    Todo pasa en tu máquina. Las conversaciones se envían a un servidor
    HTTP local en 127.0.0.1 (loopback) dentro de tu propia VS Code. No
    hay servidores remotos, ni analytics, ni telemetría.
    
    Código abierto bajo licencia MIT. Auditable en:
    https://github.com/dioniipereyraa/ClaudeTool
    Stop copy-pasting between your AI chat and your editor.
    
    Exportal is the missing bridge between Claude.ai, ChatGPT, and Claude Code (VS Code).
    
    You plan in chat. You build in your editor. Until now, moving the context between them meant tedious copy-paste, lost formatting, and explaining your project all over again. Exportal makes the bridge automatic, bidirectional, and local-first.
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    WHAT IT DOES
    
    EXPORT FROM CHAT TO YOUR EDITOR
       One click on the floating button in any chat at claude.ai or
       chatgpt.com — your conversation lands as a clean Markdown file
       in your VS Code workspace.
    
    AUTO-ATTACH TO CLAUDE CODE
       The exported file is automatically added as an @-mention in the
       Claude Code panel. Continue the conversation with full context,
       no copy-paste.
    
    CLAUDE DESIGN SUPPORT
       For projects at claude.ai/design/p, Exportal also downloads the
       generated assets (HTML, JSX, JSON) into a sibling folder, so
       Claude Code sees them too.
    
    BIDIRECTIONAL: SEND CLAUDE CODE BACK TO CHAT
       From the Exportal panel in VS Code, send any Claude Code session
       back to claude.ai or ChatGPT. Markdown rendered, copied to your
       clipboard, the chat opens — paste and continue in the cloud.
    
    IMPORT FROM OFFICIAL ZIP EXPORTS
       Download the full data export from claude.ai or ChatGPT? Exportal
       detects new ZIPs in your Downloads folder and imports them with
       one click. No file picker needed.
    
    OPTIONAL: APPEAR IN CLAUDE CODE'S /RESUME
       Opt-in to write a .jsonl file alongside the .md, and your imported
       chat shows up in Claude Code's /resume command — like a native
       session.
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    HOW IT WORKS
    
    1. Install the "Exportal" extension in VS Code from the Marketplace.
    2. Install this Chrome companion.
    3. Pair them once with the token shown in VS Code (Ctrl+Shift+P →
       "Exportal: Show pairing token" → click "Copy and open Chrome").
    4. Open any chat at claude.ai/chat, claude.ai/design/p, or chatgpt.com.
    5. Click the floating button → "Export this chat".
    6. VS Code opens with the conversation in your workspace, attached
       to Claude Code.
    
    Keyboard shortcuts:
    • Alt+Shift+E — export current chat.
    • Alt+Shift+O — prepare official full export (forwards the ZIP from
      email when it arrives).
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    PRIVACY: LOCAL-FIRST, ZERO TELEMETRY
    
    Everything runs on your machine. The Chrome extension talks only to
    a local HTTP server at 127.0.0.1 (loopback) inside your own VS Code.
    
    ✓ No remote servers
    ✓ No analytics, no telemetry
    ✓ No accounts, no signup
    ✓ Open source under MIT — audit every line:
       github.com/dioniipereyraa/ClaudeTool
    
    The status badge on the Chrome icon reflects the bridge state:
    OK (green) — paired and importing.
    SET (yellow) — pairing needed.
    OFF / AUTH / OLD / ERR (red) — issues, with clear error messages.
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    WHO IT'S FOR
    
    • Developers using Claude Code who plan in claude.ai or ChatGPT and
      want planning context to follow them into their coding sessions.
    • Designers using Claude Design who want generated assets to land in
      their workspace automatically.
    • Anyone who hates the copy-paste-explain-again loop between AI chats
      and their IDE.
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    FAQ
    
    Does Exportal work without the VS Code extension?
    No — Exportal is a bridge. You need both halves: this Chrome
    extension and the "Exportal" VS Code extension. Both are free
    and MIT-licensed.
    
    Why does it need network permissions if it's local?
    The "network" permission is used only to talk to 127.0.0.1 —
    your own machine. There is no remote server involved. You can
    verify this by reading the source.
    
    Will Anthropic or OpenAI ban my account?
    No. Exportal only reads conversations you already have access
    to, using your own browser session — exactly the same way your
    browser does when you scroll through them. No automation, no
    scraping, no rate-limit abuse.
    
    Does it work with Pro / Max / Team / Enterprise plans?
    Yes, with all of them. Exportal uses your existing logged-in
    session.
    
    What if claude.ai or ChatGPT change their API?
    Exportal parses responses defensively and falls back gracefully.
    If a structural change breaks something, file an issue on GitHub
    and it'll be fixed quickly.
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    NOT AFFILIATED WITH ANTHROPIC OR OPENAI
    
    Exportal is an independent open-source project. It is not
    affiliated with, endorsed by, or sponsored by Anthropic (makers
    of Claude / Claude Code) or OpenAI (makers of ChatGPT).
    "Claude", "Claude Code", "Claude.ai" are trademarks of Anthropic.
    "ChatGPT" is a trademark of OpenAI.
    
    ────────────────────────────Español────────────────────────────
    
    Dejá de copiar y pegar entre tu chat de IA y tu editor.
    
    Exportal es el puente que faltaba entre Claude.ai, ChatGPT y Claude Code (VS Code).
    
    Pensás en el chat. Construís en tu editor. Hasta ahora, mover el contexto entre los dos significaba copy-paste tedioso, formato perdido, y explicar tu proyecto otra vez desde cero. Exportal hace ese puente automático, bidireccional y local-first.
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    QUÉ HACE
    
    EXPORTAR DEL CHAT A TU EDITOR
       Un click en el botón flotante de cualquier chat en claude.ai o
       chatgpt.com — tu conversación llega como un archivo Markdown
       limpio a tu workspace de VS Code.
    
    AUTO-ATTACH A CLAUDE CODE
       El archivo exportado se agrega automáticamente como @-mention
       en el panel de Claude Code. Continuás la conversación con todo
       el contexto, sin copy-paste.
    
    SOPORTE PARA CLAUDE DESIGN
       Para proyectos en claude.ai/design/p, Exportal también descarga
       los assets generados (HTML, JSX, JSON) en una carpeta hermana,
       así Claude Code los ve también.
    
    BIDIRECCIONAL: ENVIAR CLAUDE CODE DE VUELTA AL CHAT
       Desde el panel de Exportal en VS Code, mandá cualquier sesión
       de Claude Code a claude.ai o ChatGPT. Markdown renderizado,
       copiado al clipboard, el chat se abre — pegás y seguís en la nube.
    
    IMPORTAR DESDE EL ZIP OFICIAL
       ¿Bajaste el export oficial completo de claude.ai o ChatGPT?
       Exportal detecta los ZIPs nuevos en tu carpeta de Descargas
       y los importa con un click. Sin file picker.
    
    OPCIONAL: APARECER EN /RESUME DE CLAUDE CODE
       Activá un setting para escribir un .jsonl junto al .md, y tu
       chat importado aparece en /resume de Claude Code — como una
       sesión nativa.
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    CÓMO FUNCIONA
    
    1. Instalá la extensión "Exportal" en VS Code desde el Marketplace.
    2. Instalá este companion de Chrome.
    3. Emparejalas una vez con el token que muestra VS Code (Ctrl+Shift+P
       → "Exportal: Show pairing token" → click "Copy and open Chrome").
    4. Abrí cualquier chat en claude.ai/chat, claude.ai/design/p, o chatgpt.com.
    5. Click en el botón flotante → "Export this chat".
    6. VS Code abre con la conversación en tu workspace, adjunta a
       Claude Code.
    
    Atajos de teclado:
    • Alt+Shift+E — exportar el chat actual.
    • Alt+Shift+O — preparar export oficial completo (forwardea el ZIP
      cuando llega por email).
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    PRIVACIDAD: LOCAL-FIRST, CERO TELEMETRÍA
    
    Todo corre en tu máquina. La extensión de Chrome solo habla con
    un servidor HTTP local en 127.0.0.1 (loopback) dentro de tu
    propio VS Code.
    
    ✓ Sin servidores remotos
    ✓ Sin analytics, sin telemetría
    ✓ Sin cuentas, sin signup
    ✓ Open source bajo MIT — auditá cada línea:
       github.com/dioniipereyraa/ClaudeTool
    
    El badge de estado en el ícono de Chrome refleja el estado del puente:
    OK (verde) — emparejado e importando.
    SET (amarillo) — falta emparejar.
    OFF / AUTH / OLD / ERR (rojo) — problemas, con mensajes de error claros.
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    PARA QUIÉN ES
    
    • Devs que usan Claude Code y planean en claude.ai o ChatGPT —
      para que el contexto los siga al editor.
    • Diseñadores con Claude Design que quieren los assets generados
      en su workspace automáticamente.
    • Cualquiera que odia el loop copy-paste-explicar-otra-vez entre
      chats de IA y su IDE.
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    PREGUNTAS FRECUENTES
    
    ¿Funciona Exportal sin la extensión de VS Code?
    No — Exportal es un puente. Necesitás las dos mitades: este companion
    de Chrome y la extensión "Exportal" de VS Code. Ambas gratuitas y
    con licencia MIT.
    
    ¿Por qué necesita permisos de red si es local?
    El permiso de "red" se usa solo para hablar con 127.0.0.1 — tu
    propia máquina. No hay servidor remoto involucrado. Podés verificarlo
    leyendo el código.
    
    ¿Anthropic u OpenAI van a banear mi cuenta?
    No. Exportal solo lee conversaciones a las que ya tenés acceso,
    usando tu propia sesión del browser — exactamente igual que cuando
    las scrolleás. Sin automatización, sin scraping, sin abuso de
    rate limit.
    
    ¿Funciona con planes Pro / Max / Team / Enterprise?
    Sí, con todos. Exportal usa tu sesión existente.
    
    ¿Y si claude.ai o ChatGPT cambian su API?
    Exportal parsea las respuestas de forma defensiva y caen graceful.
    Si un cambio estructural rompe algo, abrís un issue en GitHub y
    se arregla rápido.
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    NO AFILIADO CON ANTHROPIC NI OPENAI
    
    Exportal es un proyecto open source independiente. No está afiliado,
    auspiciado, ni patrocinado por Anthropic (creadores de Claude /
    Claude Code) ni OpenAI (creadores de ChatGPT).
    "Claude", "Claude Code", "Claude.ai" son marcas de Anthropic.
    "ChatGPT" es marca de OpenAI.
  • May 10, 2026
    short_description
    Exportá chats de claude.ai a VS Code con un click. Necesita la extensión Exportal en VS Code (emparejar con su token).
    Bridge between Claude.ai/ChatGPT and Claude Code. Export any chat to your VS Code workspace as Markdown, and continue it.
  • May 10, 2026
    name
    Exportal Companion
    Exportal — Bridge between Claude.ai/ChatGPT and Claude Code

Permissions & access

Permissions
storagedownloads
Host access
http://127.0.0.1/*

Screenshots

Exportal — Bridge between Claude.ai/ChatGPT and Claude Code screenshot 1Exportal — Bridge between Claude.ai/ChatGPT and Claude Code screenshot 2Exportal — Bridge between Claude.ai/ChatGPT and Claude Code screenshot 3Exportal — Bridge between Claude.ai/ChatGPT and Claude Code screenshot 4Exportal — Bridge between Claude.ai/ChatGPT and Claude Code screenshot 5

About

Stop copy-pasting between your AI chat and your editor.

Exportal is the missing bridge between Claude.ai, ChatGPT, and Claude Code (VS Code).

You plan in chat. You build in your editor. Until now, moving the context between them meant tedious copy-paste, lost formatting, and explaining your project all over again. Exportal makes the bridge automatic, bidirectional, and local-first.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WHAT IT DOES

EXPORT FROM CHAT TO YOUR EDITOR
   One click on the floating button in any chat at claude.ai or
   chatgpt.com — your conversation lands as a clean Markdown file
   in your VS Code workspace.

AUTO-ATTACH TO CLAUDE CODE
   The exported file is automatically added as an @-mention in the
   Claude Code panel. Continue the conversation with full context,
   no copy-paste.

CLAUDE DESIGN SUPPORT
   For projects at claude.ai/design/p, Exportal also downloads the
   generated assets (HTML, JSX, JSON) into a sibling folder, so
   Claude Code sees them too.

BIDIRECTIONAL: SEND CLAUDE CODE BACK TO CHAT
   From the Exportal panel in VS Code, send any Claude Code session
   back to claude.ai or ChatGPT. Markdown rendered, copied to your
   clipboard, the chat opens — paste and continue in the cloud.

IMPORT FROM OFFICIAL ZIP EXPORTS
   Download the full data export from claude.ai or ChatGPT? Exportal
   detects new ZIPs in your Downloads folder and imports them with
   one click. No file picker needed.

OPTIONAL: APPEAR IN CLAUDE CODE'S /RESUME
   Opt-in to write a .jsonl file alongside the .md, and your imported
   chat shows up in Claude Code's /resume command — like a native
   session.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━
HOW IT WORKS

1. Install the "Exportal" extension in VS Code from the Marketplace.
2. Install this Chrome companion.
3. Pair them once with the token shown in VS Code (Ctrl+Shift+P →
   "Exportal: Show pairing token" → click "Copy and open Chrome").
4. Open any chat at claude.ai/chat, claude.ai/design/p, or chatgpt.com.
5. Click the floating button → "Export this chat".
6. VS Code opens with the conversation in your workspace, attached
   to Claude Code.

Keyboard shortcuts:
• Alt+Shift+E — export current chat.
• Alt+Shift+O — prepare official full export (forwards the ZIP from
  email when it arrives).

━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PRIVACY: LOCAL-FIRST, ZERO TELEMETRY

Everything runs on your machine. The Chrome extension talks only to
a local HTTP server at 127.0.0.1 (loopback) inside your own VS Code.

✓ No remote servers
✓ No analytics, no telemetry
✓ No accounts, no signup
✓ Open source under MIT — audit every line:
   github.com/dioniipereyraa/ClaudeTool

The status badge on the Chrome icon reflects the bridge state:
OK (green) — paired and importing.
SET (yellow) — pairing needed.
OFF / AUTH / OLD / ERR (red) — issues, with clear error messages.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WHO IT'S FOR

• Developers using Claude Code who plan in claude.ai or ChatGPT and
  want planning context to follow them into their coding sessions.
• Designers using Claude Design who want generated assets to land in
  their workspace automatically.
• Anyone who hates the copy-paste-explain-again loop between AI chats
  and their IDE.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━
FAQ

Does Exportal work without the VS Code extension?
No — Exportal is a bridge. You need both halves: this Chrome
extension and the "Exportal" VS Code extension. Both are free
and MIT-licensed.

Why does it need network permissions if it's local?
The "network" permission is used only to talk to 127.0.0.1 —
your own machine. There is no remote server involved. You can
verify this by reading the source.

Will Anthropic or OpenAI ban my account?
No. Exportal only reads conversations you already have access
to, using your own browser session — exactly the same way your
browser does when you scroll through them. No automation, no
scraping, no rate-limit abuse.

Does it work with Pro / Max / Team / Enterprise plans?
Yes, with all of them. Exportal uses your existing logged-in
session.

What if claude.ai or ChatGPT change their API?
Exportal parses responses defensively and falls back gracefully.
If a structural change breaks something, file an issue on GitHub
and it'll be fixed quickly.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━
NOT AFFILIATED WITH ANTHROPIC OR OPENAI

Exportal is an independent open-source project. It is not
affiliated with, endorsed by, or sponsored by Anthropic (makers
of Claude / Claude Code) or OpenAI (makers of ChatGPT).
"Claude", "Claude Code", "Claude.ai" are trademarks of Anthropic.
"ChatGPT" is a trademark of OpenAI.

────────────────────────────Español────────────────────────────

Dejá de copiar y pegar entre tu chat de IA y tu editor.

Exportal es el puente que faltaba entre Claude.ai, ChatGPT y Claude Code (VS Code).

Pensás en el chat. Construís en tu editor. Hasta ahora, mover el contexto entre los dos significaba copy-paste tedioso, formato perdido, y explicar tu proyecto otra vez desde cero. Exportal hace ese puente automático, bidireccional y local-first.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━
QUÉ HACE

EXPORTAR DEL CHAT A TU EDITOR
   Un click en el botón flotante de cualquier chat en claude.ai o
   chatgpt.com — tu conversación llega como un archivo Markdown
   limpio a tu workspace de VS Code.

AUTO-ATTACH A CLAUDE CODE
   El archivo exportado se agrega automáticamente como @-mention
   en el panel de Claude Code. Continuás la conversación con todo
   el contexto, sin copy-paste.

SOPORTE PARA CLAUDE DESIGN
   Para proyectos en claude.ai/design/p, Exportal también descarga
   los assets generados (HTML, JSX, JSON) en una carpeta hermana,
   así Claude Code los ve también.

BIDIRECCIONAL: ENVIAR CLAUDE CODE DE VUELTA AL CHAT
   Desde el panel de Exportal en VS Code, mandá cualquier sesión
   de Claude Code a claude.ai o ChatGPT. Markdown renderizado,
   copiado al clipboard, el chat se abre — pegás y seguís en la nube.

IMPORTAR DESDE EL ZIP OFICIAL
   ¿Bajaste el export oficial completo de claude.ai o ChatGPT?
   Exportal detecta los ZIPs nuevos en tu carpeta de Descargas
   y los importa con un click. Sin file picker.

OPCIONAL: APARECER EN /RESUME DE CLAUDE CODE
   Activá un setting para escribir un .jsonl junto al .md, y tu
   chat importado aparece en /resume de Claude Code — como una
   sesión nativa.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━
CÓMO FUNCIONA

1. Instalá la extensión "Exportal" en VS Code desde el Marketplace.
2. Instalá este companion de Chrome.
3. Emparejalas una vez con el token que muestra VS Code (Ctrl+Shift+P
   → "Exportal: Show pairing token" → click "Copy and open Chrome").
4. Abrí cualquier chat en claude.ai/chat, claude.ai/design/p, o chatgpt.com.
5. Click en el botón flotante → "Export this chat".
6. VS Code abre con la conversación en tu workspace, adjunta a
   Claude Code.

Atajos de teclado:
• Alt+Shift+E — exportar el chat actual.
• Alt+Shift+O — preparar export oficial completo (forwardea el ZIP
  cuando llega por email).

━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PRIVACIDAD: LOCAL-FIRST, CERO TELEMETRÍA

Todo corre en tu máquina. La extensión de Chrome solo habla con
un servidor HTTP local en 127.0.0.1 (loopback) dentro de tu
propio VS Code.

✓ Sin servidores remotos
✓ Sin analytics, sin telemetría
✓ Sin cuentas, sin signup
✓ Open source bajo MIT — auditá cada línea:
   github.com/dioniipereyraa/ClaudeTool

El badge de estado en el ícono de Chrome refleja el estado del puente:
OK (verde) — emparejado e importando.
SET (amarillo) — falta emparejar.
OFF / AUTH / OLD / ERR (rojo) — problemas, con mensajes de error claros.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PARA QUIÉN ES

• Devs que usan Claude Code y planean en claude.ai o ChatGPT —
  para que el contexto los siga al editor.
• Diseñadores con Claude Design que quieren los assets generados
  en su workspace automáticamente.
• Cualquiera que odia el loop copy-paste-explicar-otra-vez entre
  chats de IA y su IDE.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PREGUNTAS FRECUENTES

¿Funciona Exportal sin la extensión de VS Code?
No — Exportal es un puente. Necesitás las dos mitades: este companion
de Chrome y la extensión "Exportal" de VS Code. Ambas gratuitas y
con licencia MIT.

¿Por qué necesita permisos de red si es local?
El permiso de "red" se usa solo para hablar con 127.0.0.1 — tu
propia máquina. No hay servidor remoto involucrado. Podés verificarlo
leyendo el código.

¿Anthropic u OpenAI van a banear mi cuenta?
No. Exportal solo lee conversaciones a las que ya tenés acceso,
usando tu propia sesión del browser — exactamente igual que cuando
las scrolleás. Sin automatización, sin scraping, sin abuso de
rate limit.

¿Funciona con planes Pro / Max / Team / Enterprise?
Sí, con todos. Exportal usa tu sesión existente.

¿Y si claude.ai o ChatGPT cambian su API?
Exportal parsea las respuestas de forma defensiva y caen graceful.
Si un cambio estructural rompe algo, abrís un issue en GitHub y
se arregla rápido.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━
NO AFILIADO CON ANTHROPIC NI OPENAI

Exportal es un proyecto open source independiente. No está afiliado,
auspiciado, ni patrocinado por Anthropic (creadores de Claude /
Claude Code) ni OpenAI (creadores de ChatGPT).
"Claude", "Claude Code", "Claude.ai" son marcas de Anthropic.
"ChatGPT" es marca de OpenAI.

Technical

Version
0.11.7
Manifest
V3
Size
60.86KiB
Min Chrome
116
Languages
2
Featured
No

Metadata

ID
lmnmekfphhpfaciehfdaonjfchbicdnm
Developer ID
uc1e6807fa9fe71d2e24f974e7bb3e63d
Developer Email
[email protected]
Created
Apr 22, 2026
Last Updated (Store)
May 11, 2026
Last Scraped
Jun 11, 2026
Website

Data sourced from the Chrome Web Store · last verified Jun 11, 2026.