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.
We built a devtools-grade suite simplified for rapid testing. No more switching between Loom, Console, and Jira.
Every session is automatically recorded. We capture the last 30 seconds before a bug report.
Don't just say 'it broke'. We automatically attach console errors and network logs.
Explain your thought process as you navigate. Audio is synced with the video timeline.
Draw directly on the page to highlight misalignment or confusing copy.
Our extension runs in an isolated environment, ensuring no interference with the host app.
Push reports directly to the client's dashboard without filling out long forms.
"name": "Validrive Tester Tool",
"version": "1.0.0",
"permissions": [
"activeTab",
"storage",
"webNavigation"
],
"content_scripts": [...]