v1.0 Chrome extension for web automation

Your AI
browser agent.
Automate any site

Browzr navigates, fills forms, logs in, and extracts data in real time. It works like a human assistant — inside your own browser, on the sites you already use.

Works on Amazon, Magento, B2B portals & more — no infrastructure required
Tested on
818+
Tasks executed
99.9%
Uptime
Any site
No site limits
15 days
Free trial
What is Browzr

Extension-first web automation.

Browzr runs where your work happens — the browser. No fake demos, no detached simulation. Real pages, real events, real outcomes.

01 · Operator mode

Give Browzr one task — it executes the entire flow end-to-end inside your browser.

Type a goal in plain English. The operator decomposes it into actions, runs them on the live page, and reports each step in real time.

log into supplier portal and export last 30 days of orders to csv
step 01 navigate · portal.b2b-supply.com 200 ok
step 02 auth · vault.use("b2b-supply") authed
step 03 filter · range = last 30d applied
step 04 export · format = csv · running…
02 · Vision + DOM

Hybrid understanding

Reads pages with both visual cues and DOM structure for resilient decisions on shifting layouts.

Vision
⌖ button
DOM
<button type="submit">
03 · Native actions

Real browser events

Click, type, press — works on the strictest sites.

clicktype
04 · Scraper-Gen

Generate reusable Python scrapers, one click from the extension.

Once Browzr learns a flow, export it as a deterministic Python scraper. No LLM decisions on every run.

# browzr-export.py
from playwright.sync_api import sync_playwright
def scrape_orders(date_from, date_to):
    with sync_playwright() as p:
        page = p.chromium.launch().new_page()
        page.goto("https://portal.b2b-supply.com")
        # …auto-generated by Browzr
05 · Credential vault

Trigger automatic logins on B2B portals.

Credentials are encrypted at rest in your browser. Browzr pulls them only when a known login flow is detected.

portal.b2b-supply.com [email protected] ••••••••
distributor.market [email protected] ••••••••
06 · Safety controls

Block sensitive domains. Keep high-risk actions behind explicit policies.

Allowlist domains, require confirmation for destructive actions, and inspect every step the operator takes before it runs.

⊘ banking.* — blocked by policy
✓ confirm before · checkout, send_message, delete_account
Use cases

Real production workflows.

Five flows we've validated end-to-end. Plug Browzr in and replace the manual loop.

01 / 05

Auto-login on B2B portals

Detects login pages and completes access using your credential vault — no manual steps.

detect loginvault.fetchsubmit
02 / 05

Competitor scraping

Generate a reusable scraper and run it later without LLM decisions on every step.

teach oncegenerate.pycron
03 / 05

Form automation

Fill fields, select dropdowns, submit forms and validate final states automatically.

read schemamap dataverify
04 / 05

Product search & comparison

Search products, compare results and navigate selection flows with a live sidepanel.

queryrankdecide
05 / 05

Data extraction from any site

Price tables, catalogs, listings — structured output ready to use, on demand.

scanstructureexport.csv
How it works

Three steps to automate.

01

Install the extension

Load Browzr in Chrome, Brave, Edge or Arc and open the side panel. No setup, no infrastructure.

chrome://extensions · load unpacked
02

Open the sidepanel

Press Alt+Shift+B to open the Browzr sidepanel. Type your task in plain English and hit Enter.

sidepanel · open · ready
03

Give it a task

The operator executes actions and reports each step in real time inside the side panel.

"scrape last 30 days of orders" · running
Comparison

Browzr vs. the alternatives.

Capability
Browzr
Browser Use
Other operators
Selenium
Runs in your own browser
Yes
No
No
No
Multi-browser (Chrome / Brave / Edge / Arc)
Yes
Chromium
No
Yes
Record → reusable scraper
Yes
No
No
Manual
Credential vault + auto-login
Yes
No
Limited
Manual
Reusable Python scrapers
Scraper-Gen
No
No
Hand-coded
Live sidepanel · step-by-step
Yes
No
Yes
No
No infrastructure needed
Yes
No
Yes
No
Pricing

Pay for outcomes, not seats.

A credit-based model that scales with the work, not the team. Record once, replay cheaply — and only pay for the brain power a task actually needs.

Credit cascade · cost per task step

Every step routes to the cheapest tier that can solve it. Most steps run for 1–2 credits. Cloud vision is reserved for the hard ones.

2026 dynamic routing
Tier 01 · Local

Recorded scraper

1credit

Replay of a recorded flow. No inference. Effectively free.

Tier 02 · WebGPU

Local SLM

2credits

Small models running on-device for routine decisions and DOM mapping.

Tier 03 · Hybrid

Vision + DOM

10credits

Mixed local + cloud reasoning when layouts shift or labels are ambiguous.

Tier 04 · Cloud

VLM · Cloud

50credits

Frontier vision-language model. Reserved for unfamiliar pages and adversarial flows.

Free

$0
500 credits / month
Local execution only. Perfect for trying record-and-replay on your own flows.
  • Tier 1 + 2 execution
  • Credential vault (3 entries)
  • Live sidepanel
Get started
Most popular

Builder

$49 / mo
10,000 credits / month
For freelancers, SEOs and operators running real workflows daily.
  • All four execution tiers
  • Ghost mode · 2h / day (in development)
  • Scraper-Gen exports (Python)
  • Unlimited vault entries
Start 15-day trial

Team / Ops

$149 / mo
50,000 credits / month
For agencies and ops teams. Shared queues, parallel runs, human-in-the-loop.
  • Swarm mode · 10 tabs in parallel (in development)
  • Slack handoff for HITL approvals
  • Shared scrapers + run history
  • Priority support
Choose Team

Enterprise

Custom
unlimited credits
For Fortune 500 ops, compliance teams and data platforms.
  • Self-hosted Ghost mode (in development)
  • Priority MCP bridge
  • SOC 2 + DPA + custom retention
  • Dedicated solutions engineer
Talk to sales

Task insurance · refund on failure

If a run doesn't reach 100% success and you have to step in, the credits go back. We only earn when Browzr actually saves you the click.

credits.refunded · on_fail
Install

Coming to Chrome Web Store.

Browzr is currently in private beta and will be available on the Chrome Web Store shortly. Join the waitlist to get early access.

Runs as a sidepanel

See every step the agent takes — in real time, alongside the page it's working on.

Chrome Brave Edge Arc
Request early access
FAQ

Questions & answers.

Is Browzr an API or a browser extension?+

It's a browser extension. Browzr installs into Chrome, Brave, Edge or Arc and runs as a sidepanel inside the browser you already use — no headless servers, no detached cloud sessions.

Which LLM does Browzr use?+

Whichever you connect. Use OpenAI via OAuth (so your ChatGPT Plus quota covers it) or paste a Gemini API key. You can switch any time in Settings.

Do you charge for LLM tokens?+

No markup. Token cost goes directly to your provider — we never proxy or resell inference.

Can I try before paying?+

Yes. The 15-day free trial unlocks every feature, including Scraper-Gen, the credential vault and the safety list.

How does the credential vault work?+

Credentials are encrypted in your browser's local storage. Browzr only decrypts them when an allowed login flow is recognized — and you can revoke entries instantly from Settings.

Contact

Talk to the team.

Tell us what you want to automate. We reply within one working day, often the same hour.

@
[email protected]support · sales · partnerships
Live demos on request30 min, your real workflow

Tweaks

Theme
Shimmer
Orb trails