Use cases

Four things people do with a browser that is already where it needs to be.

Your assistant works in a real Chrome on a real machine. That machine can be your laptop, a box in the server room or a small VM on the other side of the world — and the sites it can reach are the sites that machine can reach.

OUTSIDE TabTunnel over HTTPS YOUR NETWORK Chrome yours nas.local 192.168.1.1 localhost nothing reaches in
Inside your network

Reach the things that are not on the internet

The extension runs in a Chrome that is already inside your home or office network, so your assistant reaches whatever that Chrome can: the NAS admin page, the router, an internal wiki, a dev server on localhost:3000. Nothing is exposed and no tunnel is opened — Chrome reaches out to TabTunnel, and nothing on the internet reaches in.

“Open the NAS admin page and tell me how much space is left on the media share.”

It opens nas.local in your own Chrome, already signed in, reads the figure off the page and tells you.

Test suite nightly TEST MACHINES test-01 · sign-in test-02 · checkout test-03 · search nobody is signed in
A test farm

Real browsers for your checks, owned by the team

Set up a handful of test machines with one-time codes instead of signing a personal account into a shared computer. They belong to the team, hold nobody’s logins, and only the people you name may use them. A nightly job or an assistant then drives each one by name — a real Chrome with real rendering, real extensions and a real screen, not a headless approximation of one.

“Run the checkout flow on test-02 against staging and screenshot every step.”

It works through the flow on that machine and hands the screenshots back, and the record says which machine, which page, and who asked.

FETCHED WITH CURL /dashboard <div id="app"> </div> SEEN IN A REAL TAB /dashboard Orders, August 1,284 orders
Single-page apps

Read what the page renders, not what the server sends

Fetch a modern web app with curl and you get an empty <div id="app"> and a script tag. The content arrives only when the JavaScript runs, after a login, behind a click. A real tab has already done all of that, so your assistant reads the finished page — as markdown or as the accessibility tree — and clicks on from there.

“Go through the orders dashboard and list everything still marked unpaid.”

It reads the table the page drew, pages through it and lists every order it finds. No API, no export, no scraper to maintain.

PICKED BY NAME Your AI tool asks which Work laptop Frankfurt VM Lisbon VM Tokyo VM
Browsers where you need them

A named browser in every place you need one

Run Chrome and TabTunnel on a small VM in each place that matters and every one of them shows up in your dashboard by name. Nothing is picked for you — your assistant asks which one and works in that one. Fares as they are shown in Tokyo, your own site’s German checkout, availability as a customer in Lisbon sees it.

“Check the London to Tokyo fares on the Tokyo browser and compare them with the London one.”

It looks the route up in each browser and puts the two answers side by side.

Something else in mind?

If your situation is not one of these four, the answer is probably still the same: a real browser, on a real machine, that you already own.

Create account How it is set up