Skip to content
AI Primer
release

OpenAI launches Codex Chrome extension for background tabs and logged-in sites

OpenAI shipped a Chrome extension for Codex on macOS and Windows that can work across logged-in sites and multiple background tabs. It should speed up testing, data entry, and other web app tasks by letting Codex run more parallel browser work.

6 min read
OpenAI launches Codex Chrome extension for background tabs and logged-in sites
OpenAI launches Codex Chrome extension for background tabs and logged-in sites

TL;DR

You can watch OpenAI's main demo run structured browser work across tabs, see OpenAI's follow-up show Codex switching between plugins and Chrome in one task, and check testingcatalog's settings leak for the per-site control surface that appeared before rollout. The launch also came with developer-specific demos: OpenAIDevs showed parallel DevTools use, dkundel paired Chrome control with subagents for multiplayer testing, and cedric_chee promptly aimed it at Australia's tax simulator.

Chrome plugin

OpenAI positioned the ship as a Chrome plugin inside the Codex app, available on macOS and Windows now, with EU and UK support coming later.

The pre-release settings screenshot from testingcatalog matters because it exposed two implementation details before launch: Chrome sits under Codex's broader "Computer use" controls, and the UI separates general app control from a browser-specific extension connection.

OpenAI's own rollout copy in OpenAI's thread adds the regional caveat and says setup starts by installing the Chrome plugin from the Codex app. Community posts like testingcatalog's rollout clip and reach_vb's install note confirm the extension was appearing to users that same day.

Background tabs

The biggest product change is not "Codex can use a browser." It could already do that through Computer Use. The change, as embirico's comparison put it, is speed and parallelism: background tabs, multiple agents, and no browser takeover.

Across the launch posts, the new tab model breaks down into three concrete behaviors:

That is a cleaner fit for browser-heavy tasks than the older single-surface control loop. jxnlco highlighted the DevTools angle, while gdb's post reduced the whole launch to a simpler phrase: Codex can now drive Chrome tabs in the background.

Tool routing

OpenAI's most useful technical detail is in its tool-routing post: Codex does not blindly stay in the browser. It chooses between plugins and Chrome step by step.

OpenAI describes the routing logic in plain terms:

That hybrid model explains why the extension looks broader than ordinary browser automation. In OpenAI's browser-work example, the company says Codex writes and runs code to navigate structured pages and complete complex data-entry flows. Wes Roth's recap describes the same split as backend plugins for some actions and direct interaction with a logged-in Chrome session for others.

Browser dev work

The developer framing is narrower, and more concrete, than the broader "do work in Chrome" launch copy. OpenAIDevs' thread says the plugin can test web apps, gather context across tabs, use DevTools in parallel, and keep results organized.

Those examples naturally fall into two buckets:

OpenAI's use-case list expands the non-dev side of that list to dashboards, research, and CRM updates. Together, the posts make the extension look less like a one-off browser operator and more like a browser surface for the existing Codex agent stack.

Permissions

The settings leak in testingcatalog's screenshot included one more detail that OpenAI only described briefly in text: site control. The screenshot shows Chrome as a separately connected control surface, and the quoted product copy says users stay in control of which websites Codex can use.

That permission model is easy to miss in the main demo clips, but it is one of the sharper distinctions from generic browser takeover demos. the changelog repost summarizes the launch as "per-site access controls," while testingcatalog's earlier screenshot showed where those controls would likely live.

Odd demos

The fastest way to understand what people think this unlocks is to look at the first demos people ran, because they escalated immediately.

Two stood out:

  • daniel_mac8's hands-on post said Chrome for Codex felt fast enough for flight booking, then attached a Google Flights screenshot from a live search.
  • cedric_chee's ATO simulator run showed Codex filing a nil-income return in Australia's myTax simulator, including a receipt number and a follow-up list of due and overdue lodgements.

The ATO example also exposed a bit of failure handling. In

, Codex reports that a declaration checkbox resisted interaction and that the browser-control kernel reset during inspection before it reconnected and continued. That is more revealing than a clean marketing demo, because it shows the extension sitting inside the same messy retry loop as other coding agents, only now with a logged-in browser in the loop.

Further reading

Discussion across the web

Where this story is being discussed, in original context.

On X· 5 threads
TL;DR1 post
Chrome plugin2 posts
Background tabs3 posts
Tool routing1 post
Odd demos2 posts
Share on X