AI product readBrowser extension that auto-fills login credentials from a Passwork corporate password manager vault
Helps employees in organizations quickly and securely find and use shared corporate passwords stored in their company's Passwork password management system, eliminating the need to manually look up and type credentials
1. Admin/user configures the Passwork server URL in extension settings. 2. User authenticates with their Passwork account via the service's web interface. 3. When visiting any website with a login form, the extension detects password fields and shows anchor icons. 4. User clicks the extension icon or right-clicks to open a Passwork vault iframe overlay. 5. User selects the desired credential from their vault. 6. The extension auto-fills login and password fields and optionally auto-submits the form.
Auto-detects login/password forms on any website and adds anchor icons for quick credential retrievalAuto-fills username and password fields from the Passwork vault via an embedded iframeAuto-submits login forms after credential injectionRight-click context menu to select and fill credentials into any input fieldSupports configurable Passwork server host (default passwork.me, supports self-hosted instances)Session lock and logout controls via browser extension context menu
- Target users
- Corporate employees who use Passwork as their team password manager / IT administrators managing shared credentials across teams / Organizations using self-hosted Passwork instances
- The extension loads external iframes from the Passwork service for authentication and password retrieval—the actual vault UI and auth flow are server-side and not fully inspectable from the extension code alone
- Cannot confirm whether the Passwork service itself requires a paid subscription for certain features, as that is outside the extension's code scope
MonetizationNo paid features detected
No evidence of paid features, billing, subscriptions, premium tiers, or payment gates within the extension source code. Exhaustive grep searches for 'premium', 'subscription', 'upgrade', 'plan', 'billing', 'license', 'stripe', 'price', 'token' returned zero relevant matches. The extension acts purely as a client connector to the Passwork service with no feature gating based on payment. The destination service (Passwork) likely has commercial business plans, but the extension itself does not implement or enforce any paid feature logic.
- Confidence
- 85
- Payment platform
- --
- Source
- AI / High
- Login required
- Needs review
- Reason
- The extension requires authentication with a Passwork server instance to function. The checkAuth function (background.js:245-260) fetches '{host}extension/isAuthorized' to verify the user is logged in. The context menu dynamically shows 'Login' or 'Logout' based on auth status (background.js:277-283). The core workflow—retrieving passwords from the Passwork vault and auto-filling login forms—requires the user to be authenticated with their Passwork server. Login/Logout actions load an iframe from the Passwork web service (content.js:251-258), confirming authentication happens at the destination service level, not within the extension.
Conflict