AI 产品解读Digital Adoption Platform browser extension that overlays contextual guided help (interactive tutorials, assistant, surveys) on top of any web application
Helps end-users learn and navigate any software application instantly through contextual, in-app guided tours and an interactive assistant, reducing training time and support requests for enterprises
The extension is pre-configured by enterprise IT admins with a companyId (via managed_schema.json or manual injection). When an end-user visits a web application, the content script injects Userlane's guided overlay. The extension detects matching Userlane 'properties' for the current URL from API or distribution data. The user can click the extension popup to see available properties, open the Assistant for contextual help, or start interactive tutorials. Managers can authenticate via SSO to access the Dashboard, manage content, and use the Editor mode. The extension runs on all websites (host_permissions: */*) and uses MutationObserver to dynamically inject content.
Open Assistant overlay for contextual guided help on any web pageInteractive tutorial/walkthrough injection into web applicationsSurvey and feedback widgets (emoji-based ratings)Manager editor mode for creating and editing guided contentEnterprise-managed deployment via companyId and auth configurationHybrid mode support for self-hosted Userlane snippets
- 目标用户
- Enterprise end-users who need guided help navigating software applications / Enterprise managers/admins who create and manage guided content via the Userlane Portal
- Source code is heavily minified/bundled making precise feature analysis difficult
- Core userlane.js (3MB) is too large to fully read, containing the bulk of the platform logic
- Cannot fully confirm whether 'stripe' references indicate actual payment flows in bundled code
付费分析未识别到付费功能
The extension itself contains no payment UI, subscription gates, upgrade prompts, or premium feature locking. The Userlane platform (userlane.com) is a paid B2B Digital Adoption Platform for enterprises, but the extension is the free delivery/end-user component configured by enterprise admins. Keyword hits for 'pro', 'stripe' in minified code chunks are false positives from code structure (e.g., Sentry release IDs, Lottie animation properties, bundled library code), not payment-related logic.
- 置信度
- 75
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 否
- 登录理由
- The extension's core workflow—displaying contextual guided help (Userlane Assistant) on top of any web application—works without user login. The managed_schema.json (companyId, authToken, authMethod) shows enterprise pre-configuration. A login prompt appears in the popup ('Are you a Userlane manager? Log in to Dashboard to manage content') but only for admin/manager features on the Userlane Portal. End-users receiving guided tours do not need to log in.