AI 产品解读Content and screen sharing extension for the Vivi platform
Enables users to easily share the active browser tab's content (including YouTube videos and web pages) with other Vivi users through the Vivi platform, without leaving the browser
User opens the extension popup while viewing a browser tab. The extension connects to their Vivi platform instance and presents options to share the current tab's content (URL, video, screen) with other Vivi users. A video queue/playlist feature allows queuing YouTube videos. Content is sent via the Vivi API (api.vivi.io) and shared through the Vivi platform to connected displays or users.
Share active tab content to Vivi platformYouTube video queue/playlist managementScreen sharing via ViviContent linking and messaging to Vivi usersConnection status monitoring to Vivi instance
- 目标用户
- Educators and students using Vivi-enabled classrooms / Enterprise users with Vivi screen-sharing infrastructure / Presenters sharing browser content to Vivi-connected displays
- The main app.bundle.js is heavily minified into a single line, making it difficult to trace exact authentication flows and feature logic
- No login or sign-in UI components are visible in the CSS or HTML, but the extension connects to authenticated Vivi platform services
- Cannot determine exact paid feature scope on the Vivi destination platform from extension code alone
付费分析未识别到付费功能
No evidence of paid feature gating, subscription flows, payment APIs, or upgrade UI within the extension. All 'pro' keyword hits are false positives from the font name 'Apercu Pro Regular'. All 'license' hits are webpack bundle license comments. No stripe, subscription, premium, upgrade, payment, or price keywords found. Vivi.io as a company sells enterprise hardware/software to schools, but the extension itself does not implement any payment or feature-gating logic.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension shares content 'via the Vivi Platform with other Vivi users' (store description). It connects to use.vivi.io, api.vivi.io, and get.vivi.io. The CSS shows a '.connection' status bar, indicating the extension must connect to a Vivi platform instance. Vivi is an enterprise screen-sharing platform (primarily for education) requiring organizational accounts. The extension itself does not implement login UI, but the destination Vivi platform requires authentication to share content with other users.