AI 产品解读Web Single Sign-On (SSO) browser extension that automatically detects and fills login credentials on web pages, working in conjunction with the Soliton PasswordManager Agent native application
Enables enterprises to provide automated SSO for web applications that are not covered by Soliton Onegate, reducing the need for users to manually enter credentials and improving security through centralized credential management
1. User has Soliton PasswordManager Agent installed and configured on their PC (enterprise managed). 2. When user visits a login page, the extension's content scripts detect the login form and send an 'sso_search' request to the native agent. 3. The native agent searches for matching SSO settings and returns credentials/actions. 4. The extension automatically fills in the credentials and optionally auto-submits the form. 5. For HTTP Basic Auth, the extension intercepts the auth challenge and provides credentials from the agent. 6. When users manually log in, the extension offers to save the credentials back to the native agent.
Automatic detection and filling of web login forms (username/password)HTTP Basic Auth automatic credential injection via webRequest APICredential saving with notification prompts (save/update/never-save)"Spuit" (pipette/dropper) tool for defining SSO settings by visually selecting page elementsPassword generator accessible via context menuEncrypted communication with native Soliton PasswordManager Agent (AES-GCM with RSA KEM)
- 目标用户
- Enterprise users who use Soliton PasswordManager as their SSO/credential management solution / IT administrators deploying SSO solutions for web applications not covered by Soliton Onegate
- Native agent code (Soliton PasswordManager Agent) is not available for analysis - it's a separate enterprise product installed on the PC
- Cannot verify the exact authentication flow of the native agent
- Source code is largely minified making detailed code analysis challenging
付费分析未识别到付费功能
No evidence of paid features within the extension itself. No premium, subscription, license, upgrade, price, or billing keywords found in source code. The extension does not gate any features behind payment or show any upgrade/payment UI. However, the destination product (Soliton PasswordManager / Soliton Onegate) is an enterprise commercial product, meaning the overall system requires a license.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires the Soliton PasswordManager Agent native application installed on the PC (nativeHostName='jp.co.soliton.passwordmanager'). The store description explicitly states 'PCにSoliton PasswordManager Agentがインストールされている必要があります'. The extension cannot function without this native agent, which is part of the enterprise Soliton PasswordManager system. The native agent handles credential management and SSO configuration, which would require enterprise authentication. The extension itself has no login UI but depends entirely on the authenticated native agent for core workflow.