AI 产品解读Enterprise IT application usage tracking and employee satisfaction feedback collection tool
IT teams lack visibility into which enterprise software applications employees actually use and how satisfied they are, making it difficult to optimize software portfolios and make informed decisions about their IT infrastructure
IT admin deploys Kabeen extension to employees via enterprise policy (or organization account) → extension monitors which company apps employees visit using content scripts on all URLs → at configured intervals, the extension prompts employees with satisfaction rating surveys (1-5 scale) for eligible apps → ratings and web vitals data are sent to api.kabeen.io → IT team views aggregated usage and satisfaction data on the Kabeen web platform (kabeen.io) to make informed decisions about their software portfolio
Periodic in-browser satisfaction surveys (1-5 rating) for company applications employees visitCompany application catalog accessible from the extension popupApplication usage tracking and web vitals metrics sent to Kabeen backendPin/favorite frequently used company applicationsDownload application documentation and filesEnterprise-managed deployment via Chrome managed storage policy (IT admin pushes API tokens and user configuration)
- 目标用户
- Enterprise employees who use company applications and provide satisfaction feedback / IT administrators who deploy and configure the extension, and analyze usage/satisfaction data on the Kabeen platform
- Source code is heavily minified/bundled (Vue.js + custom code), making it difficult to trace exact authentication flows and UI states
- Could not determine if individual end-users must create accounts or if enterprise-managed ApiToken is the sole authentication mechanism
- Cannot confirm whether Kabeen.io's B2B pricing model affects extension functionality
付费分析未识别到付费功能
The extension source code contains no evidence of payment gating, subscription checks, upgrade prompts, premium feature flags, or billing API calls. All keyword hits for 'pro' are false positives (font name 'Proxima Nova' and base64-encoded SVG data). No stripe/payment processing code was found in the extension itself. Kabeen.io is a B2B enterprise SaaS platform (IT asset management) which likely has paid business plans for the organization, but the extension does not gate any features behind payment at the extension level.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 需要复核
- 登录理由
- The background service worker calls `isAuthenticated()` before executing core operations (e.g., fetching applications, organization info). API calls go to `https://api.kabeen.io/rovers/_authenticate`. The managed_schema.json defines enterprise-pushed credentials (ApiToken, UserId, StructureId, TeamId, DeviceId) via Chrome managed storage policy. Without authentication against the Kabeen backend, the extension returns NOT_AUTHORIZED errors and cannot function. Authentication is provisioned either by IT admin via managed policy or by user login (login-form.svg asset present).
存在冲突