What version of the Codex App are you using (From “About Codex” dialog)?
Unknown, latest Windows desktop app reinstalled on 2026-05-12
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What issue are you seeing?
I’m using the Codex desktop app with the Chrome plugin on Windows. The Chrome extension popup shows Connected, but Codex still cannot read Chrome tabs or control the page.
Confirmed details:
- The Chrome extension is installed and enabled, version
v1.1.4
- The Windows Native Messaging Host manifest exists:
C:\Users\chen\AppData\Local\OpenAI\extension\com.openai.codexextension.json
- The registry key exists:
HKCU\Software\Google\Chrome\NativeMessagingHosts\com.openai.codexextension
- The manifest points to:
C:\Users\chen\.codex\plugins\cache\openai-bundled\chrome\latest\extension-host\windows\x64\extension-host.exe
- On the Codex side, calling
browser.user.openTabs() keeps timing out
- Reinstalling Codex, restarting Chrome, restarting Codex, and clearing
extension-host.exe processes did not fix the issue
- Chrome can be opened to a URL through a system command, but Codex cannot take control of the page, click elements, upload files, or read tabs
What steps can reproduce the bug?
- Install or reinstall the Codex desktop app on Windows.
- Enable/install the Chrome plugin.
- Open Chrome and confirm the Codex Chrome extension popup shows
Connected.
- Ask Codex to control Chrome, for example to open tabs or interact with a logged-in website.
- Codex attempts to initialize the Chrome browser control backend.
- The operation times out, for example when trying to call
browser.user.openTabs().
What is the expected behavior?
Codex should be able to read the current Chrome tabs and control the page through the Chrome plugin when the extension shows Connected.
Additional information
The Chrome extension shows Connected, but Codex cannot read tabs or control Chrome. The browser control module times out during initialization.
What version of the Codex App are you using (From “About Codex” dialog)?
Unknown, latest Windows desktop app reinstalled on 2026-05-12
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What issue are you seeing?
I’m using the Codex desktop app with the Chrome plugin on Windows. The Chrome extension popup shows
Connected, but Codex still cannot read Chrome tabs or control the page.Confirmed details:
v1.1.4C:\Users\chen\AppData\Local\OpenAI\extension\com.openai.codexextension.jsonHKCU\Software\Google\Chrome\NativeMessagingHosts\com.openai.codexextensionC:\Users\chen\.codex\plugins\cache\openai-bundled\chrome\latest\extension-host\windows\x64\extension-host.exebrowser.user.openTabs()keeps timing outextension-host.exeprocesses did not fix the issueWhat steps can reproduce the bug?
Connected.browser.user.openTabs().What is the expected behavior?
Codex should be able to read the current Chrome tabs and control the page through the Chrome plugin when the extension shows
Connected.Additional information
The Chrome extension shows
Connected, but Codex cannot read tabs or control Chrome. The browser control module times out during initialization.