AI 产品解读Web clipper that saves text, images, links, and videos from any website to a user's Milanote account for later organization into visual boards
Helps creative professionals collect and organize web inspiration (images, text, links, videos) in one place instead of losing track of discovered content across multiple sites
User browses any website → selects content (image, text, link, video) or uses right-click context menu → extension clips the content → user is prompted to log in to Milanote via OAuth2 if not already authenticated → clipped content is saved to the user's Milanote account → user later organizes clipped items into visual boards on milanote.com
Bookmark entire web pages with automatic source URLsSave images from Pinterest, Instagram, or any websiteClip selected text with automatic source link attributionSave YouTube videos directly to Milanote boardsRight-click context menu integration (contextMenus permission)Sidebar drawer UI for managing pinned/clipped elements
- 目标用户
- Creative professionals / Designers / Content planners / Visual thinkers / Project planners collecting web inspiration
- Extension source is heavily bundled/minified (background.bundle.js is 1.2MB), making line-by-line tracing difficult for some areas
- Could not inspect the drawer UI or pinner UI component code in detail due to minification of drawer.bundle.js and pinner.bundle.js
- Milanote's own pricing tiers on the web service are not verifiable from extension source alone
付费分析未识别到付费功能
No evidence of paid features, billing, subscription, upgrade, premium, or payment logic within the extension code. All 'pro' keyword matches are false positives from JavaScript prototype/library code (Object.prototype, lodash utilities, etc.). No Stripe, payment platform, or upgrade UI detected. The store description states 'A Milanote account is free with no time limit.' Milanote's web service may have its own paid plans, but the extension itself does not gate any features behind payment.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 需要复核
- 登录理由
- The extension implements a full OAuth2 implicit flow against Milanote's servers (app.milanote.com/oauth/authorize) using chrome.identity.launchWebAuthFlow. The GET_SESSION handler (line 32753) checks for a stored access_token and user object; if absent, it dispatches LOGIN which triggers the OAuth flow. The store description explicitly says 'log in to Milanote and organize your collection'. A Milanote account is required to save clipped content to boards.
存在冲突