v1.0.0 Now Available

Your Command Center
For Bug Hunting.

The Validrive Chrome Extension injects a powerful testing suite directly into the DOM. Record sessions, annotate UI, and log network traffic without leaving the page.

Everything you need to break things.

We built a devtools-grade suite simplified for rapid testing. No more switching between Loom, Console, and Jira.

Instant Replay

Every session is automatically recorded. We capture the last 30 seconds before a bug report.

Console Capture

Don't just say 'it broke'. We automatically attach console errors and network logs.

Voice Context

Explain your thought process as you navigate. Audio is synced with the video timeline.

On-Screen Annotation

Draw directly on the page to highlight misalignment or confusing copy.

Sandbox Mode

Our extension runs in an isolated environment, ensuring no interference with the host app.

One-Click Submit

Push reports directly to the client's dashboard without filling out long forms.

Under the hood

Lightweight. Secure. Invisible.

  • Shadow DOM Injection prevents style conflicts
  • < 20MB Memory footprint
  • End-to-end encryption for video data
  • Auto-detects React/Vue/Angular frames
  • Works on localhost and staging subdomains

manifest.json

"name": "Validrive Tester Tool",

"version": "1.0.0",

"permissions": [

"activeTab",

"storage",

"webNavigation"

],

"content_scripts": [...]