AI 产品解读Browser companion for Atlassian Rovo providing universal search, AI chat, and AI-powered definitions across Atlassian and third-party products.
Helps enterprise users quickly search across Atlassian products (Jira, Confluence, etc.) and connected third-party services, chat with AI agents for assistance, and get AI-generated definitions/summaries while working in any web page — without switching to Atlassian products.
User opens a new tab or clicks the extension icon → extension loads Rovo UI from rovo-extension-web.atlassian.com → user can search across Atlassian/connected services, chat with AI agents, or get contextual definitions on any page. The side panel provides persistent access to Chat and Agents while browsing any website. Content scripts inject definition popups on supported pages.
Universal Search across Atlassian and connected third-party products from the new tab pageContextual AI Chat accessible via side panel from any web pageAI Agents that can help move work forwardAI-generated definitions and summaries within working pages (Atlassian products and Google Docs)Customizable new tab page with search, recommended links, and chat suggestionsOmnibox keyword search via 'rovo' keyword
- 目标用户
- Enterprise employees whose organizations use Atlassian products (Jira, Confluence, etc.) with Rovo enabled / Knowledge workers needing quick cross-product search and AI assistance
- Source code is heavily minified/bundled (77 files, largest is 25MB gdoc-content-script.js), making detailed feature-level analysis difficult.
- The core Rovo UI is served remotely from rovo-extension-web.atlassian.com, so the actual login flow, feature gating, and chat/search implementation are not locally inspectable.
- Cannot confirm whether specific Rovo features (Agents, advanced search) are gated by Atlassian plan tier from local source alone.
付费分析未识别到付费功能
The extension itself contains no billing UI, payment API calls, Stripe/payment platform references, or feature gating logic. All 'paid' keyword hits in source are CSS class names (.ProseMirror) unrelated to payments. However, Atlassian Rovo is an enterprise product that requires a paid Atlassian Cloud subscription at the organization level. The extension is free but unusable without the paid destination service.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension is a thin launcher for the Atlassian Rovo web service. All UI (popup, sidebar, new tab page, options) loads via iframes from rovo-extension-web.atlassian.com. A dedicated offscreen_extend_session.html page loads an iframe to https://rovo-extension-web.atlassian.com/extension/session for session management. The store description explicitly states 'Use the Rovo Chrome extension if your company uses Atlassian Rovo,' requiring an Atlassian company account. The codebase references ATLASSIAN_ACCOUNT as a user identity type. SVG assets named LoginPageIconSVG and NoProductAccess indicate authenticated/unauthenticated states.