AI 产品解读Enterprise guided experience player that displays interactive step-by-step walkthroughs, tooltips, and tooltips on web applications
Helps Johns Hopkins Enterprise employees navigate complex enterprise applications by providing contextual, guided walkthroughs that overlay directly on the target applications
Extension injects content scripts into enterprise web applications. When a user visits a configured domain, the extension fetches guide configurations from Ziplyne API. It then renders contextual tooltips, walkthrough steps, or launcher buttons directly on the page. Users can click through guided experiences step-by-step, with the extension highlighting relevant UI elements and providing instructions. The extension tracks analytics and supports branching logic based on user actions.
Plays back 'Zips' (guided step-by-step experiences) on any web platformProvides interactive tooltips, pulses, and popoversSupports cross-domain guided experiencesContextual guidance segmented by user personaScreenshot capture capability (camera component)Analytics tracking for guide usage
- 目标用户
- Johns Hopkins Enterprise employees / Enterprise application users needing guided onboarding / End-users of enterprise web applications like SAP SuccessFactors
- The foreground-bundle.js is heavily minified making detailed authentication flow analysis difficult
- Cannot determine exact login UI presentation without running the extension
- Server-side feature gating based on company subscription level is not visible in client code
付费分析未识别到付费功能
No evidence of payment, subscription, billing, or feature gating in the extension codebase. No stripe, payment, subscription, or billing keywords found. The 'pro' matches are for html2canvas-pro library (unrelated). The 'upgrade' keyword only appears in webcomponents-ce.js library (unrelated to pricing). This is an enterprise B2B product where pricing is handled at the contract level between Ziplyne and Johns Hopkins, not within the extension itself.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 需要复核
- 登录理由
- The extension requires authentication to function. The foreground-bundle.js contains Login page components (./src/components/Pages/Login/) with multiple SSO login types including Okta, SAML, IBM, Coupa, and EmailPassword. The config.js shows SSO:true for the HopkinsProd environment. The utility.js implements a getToken() function that retrieves 'player_token' from chrome.storage and all API calls use Bearer token authentication. The extension detects login/signin/logout URLs and clears session state accordingly.
存在冲突