Common issues with the Chrome extension and what to try.
Who uses this: TMC agent Where to find it: Vairo extension → Help tab Status: Shipped
The content script (the part of the extension that lives on Amadeus pages) didn’t inject. Usually happens right after an extension update.
Fix: Refresh your Amadeus tab. The content script re-injects on page load. Captured Data should start populating within a second.
Chrome blocked the popup.
Fix: Allow popups on app.getvairo.com in Chrome’s site settings, then retry.
Stale auth token in chrome.storage.local.
Fix: Right-click the Vairo extension icon → Inspect → in the dev console, run chrome.storage.local.clear(). Close and re-open the extension. Sign in again.
Another extension or page script is intercepting mouse events.
Fix: Try again on a different Amadeus tab; if persistent, disable any browser-recording extensions (Loom, Vidyard) and retry.