AI 产品解读Transcribe and upload audio/video content from Xiaoyuzhou Podcasts or Bilibili to Feishu Minutes.
Solves the need to convert podcasts and videos into searchable, AI-summarized text notes (minutes) stored in Feishu, saving manual transcription time.
User visits a supported page (Xiaoyuzhou or Bilibili) -> Extension injects content script -> User clicks upload button -> Extension extracts media URL -> Extension uploads media to Feishu Minutes API using stored credentials -> Feishu processes audio/video into minutes -> User views results in Feishu Minutes.
Read audio from Xiaoyuzhou Podcast pages and upload to Feishu MinutesRead video from Bilibili pages and upload to Feishu MinutesSupport for podcast RSS feed batch uploadsUses Feishu Minutes AI for summarization, segmentation, and transcript generation
- 目标用户
- Podcast listeners who want transcripts / Bilibili viewers who want video summaries / Feishu/Lark users who use Minutes for note-taking
- Cannot confirm if Feishu Minutes has specific paid tiers that might affect extension usage (e.g., quota limits for free users).
- Telemetry SDK (byted-tea-sdk) is present, suggesting data collection, but details are obfuscated.
付费分析未识别到付费功能
The extension itself does not implement any paid features, subscription gates, or billing logic. It relies on the user's existing Feishu account and quota. While Feishu Minutes may have paid tiers on the destination service side, the extension does not handle payments or upgrade flows itself.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires the user to be logged into Feishu (Lark) to function. It extracts and stores Feishu cookies and CSRF tokens (src/utils/credentials.js) to authenticate API requests to Feishu Minutes. The upload process fails with 401/403 if credentials are missing or expired (src/background/upload.js line 352-356). The user must have an active Feishu session in the browser for the extension to capture these credentials.