AI 产品解读Browser productivity extension that integrates ClickUp project management features (tasks, screenshots, time tracking, email, notepad) directly into the browser
Eliminates the need to switch between multiple apps by consolidating task creation, screenshot capture, time tracking, email-to-task conversion, and note-taking into a single browser extension connected to ClickUp
User clicks extension icon → popup checks for ClickUp auth token cookie → if authenticated, opens task creation/feature panel on current page → user can create tasks (with page URL/title auto-filled), capture/annotate screenshots, start time tracking, or convert emails to tasks → all data syncs to ClickUp workspace via API calls to api.clickup.com
Create tasks and save websites as tasks with bookmark functionalityTime tracking to attach time entries to ClickUp tasksScreenshot capture with markup and editing tools (area, fullscreen)Gmail integration to create tasks and attach emails to tasksNotepad for quick notes accessible via keyboard shortcut (Ctrl+Shift+N)
- 目标用户
- ClickUp users / Project managers / Teams using ClickUp for task management / Knowledge workers seeking productivity consolidation
- Large minified bundle files (main-DAG5TK45.js at 5.6MB) make full code analysis impractical; paid feature gating could theoretically exist in bundled Angular app but no evidence found
- ClickUp's paid plans (Business, Enterprise) exist on the destination service but are not controlled by the extension itself
付费分析未识别到付费功能
The extension itself does not gate features behind payment, show upgrade prompts, or call billing APIs. No 'premium', 'stripe', 'subscription', or 'plan' keywords found in extension code. The store states 'ClickUp is free forever for up to 100MB of files storage'. ClickUp as a destination service (app.clickup.com) offers paid Business/Enterprise plans, but these are unrelated to the extension's functionality - the extension provides access to whichever ClickUp plan the user already has.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 需要复核
- 登录理由
- The extension requires login to a ClickUp account via OAuth. popup.js checks for a 'cu_chrome_extension_token' cookie and redirects to a login page if not found. The store description explicitly states '4. Log in to your ClickUp Account'. The OAuth flow uses chrome.identity.getRedirectURL() and exchanges an authorization code for access/refresh tokens with ClickUp's API (serviceWorker.js lines 5809-5866). An 'isLogged' variable controls access to core features like Gmail integration.
存在冲突