Saved taps run in this browser. Credentials stay on your machine.
Register the native messaging manifest:
tap bridge setup
One-time. The extension ID is pinned in the manifest, so the command takes no flag — copy & run.
The bridge launches when this extension's service worker is active. Try:
host.log next to your tap binary (find it with which tap); the last lines say why.Either Chrome's anti-DoS lockout is active (~10 min), or the manifest's allowed_origins is wrong. Re-register:
tap bridge setup
Tap runs one bridge per machine, and another Chrome profile is holding it right now. This profile can't use the bridge until that one releases it.
Reason: —
Run the diagnostic — it prints which side is unhappy:
tap bridge status