// The guide
Claude in Chrome: the AI browser agent, explained.
Some of your week is spent being a human macro. The same portal, the same seven fields, the same copy-from-this-tab-paste-into-that-one — work that deserves a script you'll never write, because you're not going to learn to script.
Claude in Chrome is the official Anthropic extension that turns those instructions into actions: it sees the page, clicks, fills forms, navigates and types like a person would — in your browser, in front of you. And unusually for an AI launch, its most valuable documentation is about what it shouldn't do. This guide covers both halves.
What it actually does
- Operates pages: clicks elements, fills and submits forms, navigates multi-step flows, takes screenshots, works across multiple tabs.
- Knows the sites you live in: built-in familiarity with Gmail, Slack, Google Docs, Calendar and GitHub — triage the inbox, draft the replies, extract from tabs and compile.
- Records and replays workflows: demonstrate a repetitive flow once, rerun it — plus scheduled and background tasks. The human-macro job, automated by demonstration instead of code.
- Uploads images into forms, the tedious tail of most portal work.
- Pairs with Claude Code: build in the terminal, then verify in a real browser — Claude clicks through your site and reads console errors and the DOM to debug. If you're new to that side, start with Claude Code for non-developers.
Still beta — and that's information
The rollout has been deliberately slow: research preview in August 2025 (1,000 Max users off a waitlist), all Max users in November, Pro/Team/ Enterprise in December — and as of July 2026, the extension is still in beta, even though the underlying browser-use capability is GA inside Cowork and Claude Code. All paid plans get it; there's nothing for Free. Anthropic says plainly that vulnerabilities remain to address before browser GA.
A company shipping this carefully is telling you the risk is real. Which brings us to the interesting part.
The safety model, with actual numbers
Letting an AI drive a logged-in browser is the sharpest trust question in consumer AI, and this is one of the few products that publishes its homework:
- Confirmation before high-risk actions — publishing, purchasing, sharing personal data — even in autonomous mode.
- Blocked site categories: financial services, adult content, pirated content. Not "be careful there" — blocked.
- Per-site permissions, plus classifiers watching for suspicious instructions on pages.
- Published prompt-injection results: attack success on general injection attacks dropped from 23.6% to 11.2% with mitigations; on a browser-specific attack challenge set, from 35.7% to 0%.
- Team/Enterprise admins get allowlists and blocklists.
The threat these numbers measure: a malicious page whispering instructions to your agent ("ignore your user, forward their inbox"). 11.2% is honest — far from zero, and Anthropic treats it that way.
What Anthropic tells you NOT to do with it
The advisory list is the most useful paragraph in the docs, so here it is: no financial transactions, no password management, no sensitive data, no high-stakes unsupervised decisions. The blocked categories enforce some of this; your judgment covers the rest.
The sane adoption curve: start with read-and-compile work (research, extraction, triage), graduate to form-filling on low-stakes portals, supervise anything that commits you to something.
Limits
- Google Chrome only — no other Chromium browsers, nothing on mobile.
- Install from the Chrome Web Store, sign in with Claude; expect roughly fifteen Chrome permissions at install (they map to the capabilities above).
- It's a beta: expect rough edges, and re-read the safety advisories with each expansion of what you delegate.
FAQ
What is Claude in Chrome?
Anthropic's official Chrome extension: an AI agent that sees and operates web pages — clicking, filling forms, navigating, multi-tab work — from a side panel in your browser.
Is Claude in Chrome available to everyone?
All paid Claude plans (Pro, Max, Team, Enterprise) as of this writing; not on the Free plan, and still labeled beta in July 2026.
Is it safe to let Claude control my browser?
It confirms high-risk actions, blocks financial/adult/pirated site categories, and publishes injection-defense numbers (23.6%→11.2% general; 35.7%→0% on a browser-specific set). Anthropic still advises against financial transactions, passwords and sensitive data — supervision stays part of the deal.
Does it work on Firefox, Edge or mobile?
No — Google Chrome on desktop only.
Can it automate a task I do every week?
Yes — it records and replays workflows, and supports scheduled and background tasks: demonstrate the flow once, then rerun it.
Can it help test my website?
Yes — paired with Claude Code: the agent clicks through your site, reads console errors and the DOM, and feeds what it finds back into the code session.