// browser-extension
AgentsInFlow Browser Extension
Install the browser bridge used by AgentsInFlow for page navigation, screenshots, DOM snapshots, and form automation.
Chrome Web Store
The preferred path is the published Chrome Web Store listing. Use the manual setup in the next card only if you need the bundled fallback from the desktop app.
Open Chrome Web StoreManual Fallback
- Open AgentsInFlow and go to Settings → General → Browser Extension → Install.
- Open
chrome://extensionsand enable Developer mode. - Click Load unpacked and choose the bundled
aif-browser-extensionfolder shown in the app. - Pin the extension, open its popup, and click Connect.
What It Does
AgentsInFlow Browser runs locally and connects the desktop app to your real Chrome tabs. It can create and manage tabs, inspect page structure, capture screenshots, fill forms, and drive keyboard input on the pages you explicitly direct an agent to use.
The extension also registers a native messaging host so it can start and monitor the local browser bridge without requiring manual terminal steps.
Permissions and Privacy
The extension requests the permissions required for user-directed browser automation: debugger access for Chrome DevTools Protocol, scripting for DOM interactions, tabs/windows/tabGroups for browser state management, storage for local state, nativeMessaging for the local bridge launcher, and host access so the automation can work on the sites you send it to.
AgentsInFlow does not collect this browser data on its own servers. Read the full policy on the privacy page.