PilotGentic Browser Extension

Streams live tab data, errors, network failures, and performance metrics to PilotGentic.

As of June 2026, PilotGentic Browser Extension has users in the Developer Tools category.

Usersno change0%
Ratingno change0%
— reviews
Reviewsno change0%
Version
6.1.1483
Manifest V3
90-day change · In the last 90 days this extension 2 version updates, changed permissions.

History

8 snapshots

Tracking since Apr 4, 2026.

2.081.50.9199999999999999Apr 4, 2026Jun 12, 2026
View as table
DateUsersRatingReviewsVersion
Apr 4, 20261.0.0
Apr 18, 20261.0.0
Apr 28, 20261.0.0
May 11, 20261.0.0
May 16, 20266.1.1148
May 23, 202616.1.1148
May 29, 202626.1.1148
Jun 5, 202626.1.1483
Now6.1.1483

Changelog

  • May 29, 2026
    description
    PilotGentic gives Claude Desktop and Claude Code live eyes into your browser — no --remote-debugging-port flag, no Chrome relaunch, no setup.
    
    Install the extension and Claude can immediately see what's happening inside every tab: errors as they fire, API calls as they fail, performance as it degrades. Ask Claude "why is my app throwing errors?" and it already has the data.
    
    What Claude sees, live:
     • Console errors, warnings, and exceptions — caught the moment they occur
     • Network failures and API errors — status codes, failed URLs, timing
     • Performance metrics — First Contentful Paint, DOM load, full page load
     • Memory usage and frame rate — spot leaks and jank without opening DevTools
     • Tab titles and URLs — full context across every open tab
    
    How it works:
    Data streams from your tabs to the PilotGentic desktop app every 2 seconds via native messaging — a secure, extension-native channel that requires no open ports and no browser flags. PilotGentic surfaces this alongside your full Mac context, so Claude can correlate a console error with what's on screen, what code changed, and what to fix.
    
    No configuration. No debug port. No relaunch. Just install, open PilotGentic, and Claude gains browser vision.
    
    Requires the PilotGentic desktop app for macOS — free at pilotgentic.com.
    PilotGentic gives Claude Code and Claude Desktop live eyes into your browser — no
      --remote-debugging-port flag, no Chrome relaunch, no setup.
    
     What Claude gains that it doesn't have in Claude Desktop or Claude Code alone:
      - Console errors, warnings, and full log history — caught the moment they occur
      - Network failures and API errors — status codes, failed URLs, timing
      - Performance metrics — First Contentful Paint, DOM load, full page load
      - Memory usage and frame rate — spot leaks and jank without opening DevTools
      - Tab titles and URLs — full context across every open tab
      - Run JavaScript in any tab — query the DOM, read state, trigger actions
    
    Why this matters:
    Claude Desktop can't see your browser. Claude Code can read your source files but has no idea what your running app is actually doing. PilotGentic closes that gap — correlating a console error with what's on screen, what code just changed, and what to fix. One conversation, full context.
    
    Install the extension and Claude can immediately see what's happening inside every tab: errors as they fire, API calls as they fail, performance as it degrades — and execute JavaScript in any tab on demand.
    Ask Claude "why is my app throwing errors?" and it already has the data.
    
    What Claude sees, live:
      - Console errors, warnings, and exceptions — full log history, caught the moment they occur
      - Network failures and API errors — status codes, failed URLs, timing
      - Performance metrics — First Contentful Paint, DOM load, full page load
      - Memory usage and frame rate — spot leaks and jank without opening DevTools
      - Tab titles and URLs — full context across every open tab
    
    What Claude can do:
      - Run JavaScript in any tab — query the DOM, read state, trigger actions
      - Correlate browser errors with on-screen context, recent code changes, and fixes — all in one conversation
    
    How it works:
    Data streams from your tabs to the PilotGentic desktop app every 2 seconds via native messaging — a secure, extension-native channel. PilotGentic surfaces this alongside your full Mac context so Claude can see the whole picture: what's on screen, what's in the browser, and what changed in your code.
    
    No configuration. No debug port. No relaunch. Just install, open PilotGentic, and Claude gains browser vision.
    
    Requires the PilotGentic desktop app for macOS (for PC coming soon) — free at pilotgentic.com.
  • May 11, 2026
    description
    PilotGentic Browser Extension monitors your Chrome tabs and streams live data to the PilotGentic desktop app — no debug port or Chrome relaunch required. 
    
     Once installed, it automatically captures from every open tab:                                                                                                                                                     
      • Page errors and warnings                                                                                      
      • API failures and network errors
      • Performance timings (FCP, DOM load, page load)                                                                   
      • Memory usage and FPS
      • Tab titles and URLs                                                
    
    Data is sent to PilotGentic every 2 seconds via native messaging. PilotGentic uses this to surface errors, debug issues, and give you visibility into your browser sessions alongside your desktop workflow.       
                                                                                                                                                                                                                         
    Requires the PilotGentic desktop app (macOS).
    PilotGentic gives Claude Desktop and Claude Code live eyes into your browser — no --remote-debugging-port flag, no Chrome relaunch, no setup.
    
    Install the extension and Claude can immediately see what's happening inside every tab: errors as they fire, API calls as they fail, performance as it degrades. Ask Claude "why is my app throwing errors?" and it already has the data.
    
    What Claude sees, live:
     • Console errors, warnings, and exceptions — caught the moment they occur
     • Network failures and API errors — status codes, failed URLs, timing
     • Performance metrics — First Contentful Paint, DOM load, full page load
     • Memory usage and frame rate — spot leaks and jank without opening DevTools
     • Tab titles and URLs — full context across every open tab
    
    How it works:
    Data streams from your tabs to the PilotGentic desktop app every 2 seconds via native messaging — a secure, extension-native channel that requires no open ports and no browser flags. PilotGentic surfaces this alongside your full Mac context, so Claude can correlate a console error with what's on screen, what code changed, and what to fix.
    
    No configuration. No debug port. No relaunch. Just install, open PilotGentic, and Claude gains browser vision.
    
    Requires the PilotGentic desktop app for macOS — free at pilotgentic.com.
  • May 11, 2026
    permissions
    activeTab, tabs, scripting, storage, nativeMessaging
    activeTab, tabs, scripting, nativeMessaging

Permissions & access

Permissions
activeTabtabsscriptingnativeMessaging
Host access
<all_urls>

Screenshots

PilotGentic Browser Extension screenshot 1

About

PilotGentic gives Claude Code and Claude Desktop live eyes into your browser — no
  --remote-debugging-port flag, no Chrome relaunch, no setup.

 What Claude gains that it doesn't have in Claude Desktop or Claude Code alone:
  - Console errors, warnings, and full log history — caught the moment they occur
  - Network failures and API errors — status codes, failed URLs, timing
  - Performance metrics — First Contentful Paint, DOM load, full page load
  - Memory usage and frame rate — spot leaks and jank without opening DevTools
  - Tab titles and URLs — full context across every open tab
  - Run JavaScript in any tab — query the DOM, read state, trigger actions

Why this matters:
Claude Desktop can't see your browser. Claude Code can read your source files but has no idea what your running app is actually doing. PilotGentic closes that gap — correlating a console error with what's on screen, what code just changed, and what to fix. One conversation, full context.

Install the extension and Claude can immediately see what's happening inside every tab: errors as they fire, API calls as they fail, performance as it degrades — and execute JavaScript in any tab on demand.
Ask Claude "why is my app throwing errors?" and it already has the data.

What Claude sees, live:
  - Console errors, warnings, and exceptions — full log history, caught the moment they occur
  - Network failures and API errors — status codes, failed URLs, timing
  - Performance metrics — First Contentful Paint, DOM load, full page load
  - Memory usage and frame rate — spot leaks and jank without opening DevTools
  - Tab titles and URLs — full context across every open tab

What Claude can do:
  - Run JavaScript in any tab — query the DOM, read state, trigger actions
  - Correlate browser errors with on-screen context, recent code changes, and fixes — all in one conversation

How it works:
Data streams from your tabs to the PilotGentic desktop app every 2 seconds via native messaging — a secure, extension-native channel. PilotGentic surfaces this alongside your full Mac context so Claude can see the whole picture: what's on screen, what's in the browser, and what changed in your code.

No configuration. No debug port. No relaunch. Just install, open PilotGentic, and Claude gains browser vision.

Requires the PilotGentic desktop app for macOS (for PC coming soon) — free at pilotgentic.com.

Technical

Version
6.1.1483
Manifest
V3
Size
70.89KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
ohoddmmdfdekhccmnbgidcogbdmjdodl
Developer ID
u6c162b94c1842b13551cfc67bafd6a70
Developer Email
[email protected]
Created
Apr 4, 2026
Last Updated (Store)
May 26, 2026
Last Scraped
Jun 12, 2026
Website

Data sourced from the Chrome Web Store · last verified Jun 12, 2026.