AI 产品解读Chrome browser extension that auto-fills website login credentials from a self-hosted Pleasant Password Server (KeePass Hub)
Provides convenient, secure access to enterprise/team password vaults directly in the browser, enabling users to autofill website credentials without manually copying from the password server
User opens the extension popup → enters their Pleasant Password Server URL → authenticates via OAuth 2.0 flow (which may involve Azure AD/LDAP SSO) → once connected, the extension shows matching credentials for the current website → user can autofill login forms, copy credentials, search the vault, edit entries, or save new passwords — all synchronized back to the server
Auto-fill website login forms with credentials from Pleasant Password ServerSearch and browse stored credentials from the server vaultSave and update password entries back to the serverIn-place editing of credential entries (username, password, URL, notes, folder)TOTP/Authenticator code generation and one-click copyCopy username/password/TOTP to clipboard
- 目标用户
- Enterprise teams using Pleasant Password Server for password management / IT administrators managing shared credentials / Developers and power users who use KeePass-compatible password servers
- Source code is webpack-bundled/minified making exact line-level tracing difficult for deeply nested logic
- Cannot fully verify if Pleasant Password Server requires specific license tiers to support Chrome extension access
- Store description mentions the server product which has its own commercial licensing separate from the extension
付费分析未识别到付费功能
No evidence of paid features, premium tiers, subscriptions, payment processing, or upgrade prompts within the extension code. No matches for premium, subscription, payment, billing, purchase, or plan keywords. The extension appears to be a free client for Pleasant Password Server. The Pleasant Password Server itself is a commercial product that requires a license, but the extension does not gate any features behind payment — it simply connects to whatever server the user has access to.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 需要复核
- 登录理由
- The extension is a client for Pleasant Password Server (a self-hosted password management server). The entire workflow depends on authenticating with the server via OAuth 2.0 with PKCE. The popup shows a server URL input field (default placeholder 'https://serveraddress:10001'), a CONNECT button, and a 'ppass-login-form' UI. The background.js implements a full LoginService class with OAuth2 authorize/token endpoints, access token refresh, session management, and logout. Users must provide a server URL and authenticate before accessing any credentials.
存在冲突