AI 产品解读Web page clipper that saves web content to Youdao Cloud Notes (有道云笔记)
Allows users to quickly save and archive web pages, selected text, or images to their Youdao Cloud Notes account for permanent storage and cross-device access
User browses any webpage, clicks the extension icon or right-clicks to select 'save page'/'save selected content', the extension clips the content and uploads it to the user's Youdao Cloud Notes account for cross-device sync and permanent storage.
Save entire web page content to Youdao Cloud NotesSave selected text/content via right-click context menuSave selected images via context menuAuto-extract article main body content for cleaner savesSync clipped content across desktop and mobile devices
- 目标用户
- Youdao Cloud Notes users / Chinese-speaking knowledge workers and students / Users who need to collect and organize web content
- Source code is heavily minified (background.js, clipper-min.js, check-ai-url.js) making detailed logic analysis difficult
- Login and payment flow details are obscured in webpack-bundled minified JavaScript
- Cannot verify exact authentication cookie checking logic due to minification
付费分析未识别到付费功能
No evidence of payment processing, subscription logic, upgrade prompts, or feature gating in the extension code. Keyword hits for 'pro', 'license' are from generic library code (React, Lodash license headers), not payment features. Youdao Cloud Notes as a service may have premium tiers, but the extension itself does not gate features behind payment.
- 置信度
- 75
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- Extension references 'note.youdao.com/signIn/index.html' sign-in page in check-ai-url.js and clipper-min.js, uses cookies permission to check authentication state with Youdao Cloud Notes service, and saves content to the service which requires a user account.