Overview
PassAgent browser extensions bring vault access directly into your browsing experience. Autofill credentials on login pages, generate passwords on signup forms, and manage passkeys without leaving the current tab.Features
Autofill
Automatically detect login forms and fill credentials from your vault. Matched by URL hostname.
Password generator
Generate strong passwords inline on any signup form. Configurable length, complexity, and character sets.
Passkey provider
Act as a WebAuthn credential provider for passkey authentication (Chrome only).
Vault search
Search your vault from the extension popup without opening the full dashboard.
Installation
- Chrome
- Firefox
- Install from the Chrome Web Store
- Click the PassAgent icon and sign in
- Grant the extension permission to access page content for autofill
Autofill behavior
When you navigate to a login page:- The extension checks the page URL against your vault entries
- If a match is found, the extension icon shows a badge count
- Click the icon or use the keyboard shortcut to fill credentials
- For pages with multiple matching entries, a dropdown lets you choose
Security model
- Credentials are fetched from the server over HTTPS and decrypted in the extension
- The extension authenticates with Supabase using Bearer tokens
- No credentials are cached in local storage or the extension’s background script
- CSRF protection is applied to all mutation requests