AI 产品解读A popup link launcher providing quick access to Microsoft Office 365 web applications
Provides a convenient single-click shortcut hub for accessing all major Microsoft Office 365 apps (Outlook, Word, Excel, PowerPoint, Teams, OneDrive, etc.) without needing to remember or navigate to each URL manually
User clicks extension icon → popup shows grid of Microsoft app icons → user toggles Business or Personal mode if needed → clicks an app icon → corresponding Microsoft Office 365 web app opens in a new tab
Grid of clickable icons for ~20+ Microsoft Office 365 appsToggle between 'Business' and 'Personal' link setsRemembers user's Business/Personal preference via local storageOpens Microsoft services in new browser tabsDark/light mode support via CSS media queries
- 目标用户
- Microsoft Office 365 Business users / Microsoft Office 365 Personal/Home users / Users who frequently switch between multiple Microsoft web apps
- Cannot verify if the 28 binary image files contain anything beyond app icons (they appear to be standard PNG icons based on naming)
- The extension uses <all_urls> content script match pattern, which is broader than needed for a link launcher — the purpose of injecting funkce.js on all pages is unclear
付费分析未识别到付费功能
The extension is entirely free with no paid features, no upgrade prompts, no billing logic, no license checks, and no subscription management. The 'pro' keyword hits are false positives: 'prohlizec' means 'browser' in Czech, and 'Project' refers to the Microsoft Project app name. Microsoft Office 365 itself is a paid subscription service, but the extension does not gate or manage any paid features.
- 置信度
- 98
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension itself requires no login. It is a pure link launcher that displays icons for Microsoft Office 365 apps. Clicking an icon opens a URL (e.g. office.com, outlook.live.com) in a new tab. The destination Microsoft services will require a Microsoft account, but the extension itself has no login flow, no authentication code, and no account system. The `?auth=1` parameter in some personal-mode URLs is a standard Microsoft query parameter, not an auth flow implemented by the extension.