AI 产品解读Browser extension for Woffu time-tracking that allows employees to clock in/out (fichaje) directly from the browser without opening the Woffu web app in a separate tab.
Employees need a quick, context-free way to record their work hours (clock in/out) without navigating away from their current browser tab to the full Woffu web application.
User clicks the extension icon → Login screen appears (email + password, or Microsoft/Google/SSO) → After authentication, user can clock in/out and view their time entries directly in the popup without leaving their current webpage.
Clock in/clock out (fichaje) with one click from the browser popupView entries and exits (gestiona entradas y salidas)Access Woffu time-tracking without opening a new browser tabGeolocation support for location-based clock-insMulti-language support (Spanish, Catalan, German, English, French, Italian, Portuguese)PDF generation of user calendar data
- 目标用户
- Employees at companies using the Woffu workforce management platform
- The extension source is heavily minified (popup.js is 1.1MB), making deep feature analysis difficult beyond login and API endpoint patterns.
- Could not find explicit clock-in/out UI code due to minification, but store description and API endpoints (diarytracking) strongly indicate this functionality.
- Cannot determine from extension code alone whether Woffu requires employer-paid subscriptions for employee access.
付费分析未识别到付费功能
No evidence of paid features, upgrade prompts, billing UI, payment platforms, or feature gating within the extension source code. The SUBSCRIPTION_MS_URL is a backend microservice endpoint name, not client-side monetization. All 'subscribe', 'pro', and 'license' keyword matches are from minified third-party library code (React, pdf-lib, CryptoJS) unrelated to Woffu pricing. The Woffu SaaS platform itself likely has paid tiers, but the extension does not gate or reference them.
- 置信度
- 75
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension popup implements a full two-step login flow (email then password) authenticating against the Woffu service at app.woffu.com/api. It supports Woffu native login, Microsoft/OpenID Connect, Google, and SSO. No core feature is accessible without authenticating.