AI 产品解读Single Sign-On (SSO) credential replay helper for enterprise web applications
Enables seamless, automated login to enterprise web applications by decrypting and replaying SSO credentials from the Cross Identity Launchpad, eliminating the need for users to manually enter credentials for each application
1. User opens an enterprise application from Cross Identity Launchpad. 2. The Launchpad sends encrypted SSO credentials and scripts to the extension popup. 3. Extension decrypts credentials (AES/CryptoJS) and stores the SSO script config. 4. When the target app page loads, background.js detects the URL match and injects the decrypted SSO script into the page. 5. The injected script performs automated credential replay to log the user in seamlessly.
Receives encrypted SSO credentials from Cross Identity LaunchpadDecrypts AES-encrypted credentials using CryptoJS (ECB mode)Injects SSO scripts into target web application pages for automated credential replayFetches user details from local Cross Identity desktop agent (localhost:7070)Strips Content-Security-Policy headers to allow script injection on target sites
- 目标用户
- Enterprise employees using Cross Identity SSO platform / IT administrators managing Single Sign-On for web applications
- The extension requires a proprietary local desktop agent (Cross Identity agent on localhost:7070) that is not included and cannot be analyzed
- The actual SSO scripts are dynamically received from the Launchpad at runtime, not bundled in the extension — the full credential replay logic is opaque
- Only 8 text source files with limited logic; crypto-js.js (198KB) is a third-party library consuming most of the package
付费分析未识别到付费功能
The extension source code contains no references to payment, subscription, billing, license, upgrade, or premium gating. All 'pro' keyword hits are from CryptoJS's JavaScript prototype pattern (e.g., 'F.prototype = obj;') and verified_contents.json metadata — none relate to paid features. The Cross Identity enterprise platform itself likely has commercial licensing, but the extension does not gate any functionality behind payment.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension requires a local Cross Identity desktop agent running on localhost:7070 to provide user details. The popup displays a 'loggedInUserid' element, and the workflow depends on the user being authenticated in the enterprise Cross Identity SSO system (Launchpad). The extension itself has no login UI; authentication is handled by the destination service / enterprise platform.