AI 产品解读Embed Atlan metadata and a resource clipper into downstream data tools via a browser sidebar/overlay
Data teams need context about their data assets (metadata, lineage, descriptions) while working in their daily tools. Without this extension, they must switch to Atlan separately to look up metadata, breaking their workflow.
1) User installs extension and configures their Atlan instance URL in options (or org deploys via managed storage). 2) User browses their data tools (dbt, Sigma, Tableau, etc.). 3) Extension detects the tool and injects a floating Atlan CTA button. 4) User clicks the CTA to open a sidebar showing Atlan metadata for the current asset. 5) User can also use the popup's resource clipper to clip the current page into Atlan.
Injects an Atlan CTA button into supported data tools (Sigma Computing, dbt, ThoughtSpot, Mode, BigQuery, Tableau, MicroStrategy)Opens a draggable sidebar/iframe showing Atlan metadata relevant to the current page contextResource clipper popup captures current page info (URL, title, favicon) and sends to AtlanDetects page context (e.g., which dbt model, Sigma workbook) and passes it to Atlan for contextual metadata displaySupports organization-managed configuration via Chrome managed storage (managed-schema.json)Multi-language support (English, Japanese, Russian)
- 目标用户
- Data engineers / Data analysts / Data stewards / Analytics engineers / Organizations using Atlan as their data catalog/governance platform
- Source code is minified/bundled making exact line-level analysis difficult
- The Atlan platform's own authentication and pricing details are not visible from the extension code alone
- LaunchDarkly flags suggest feature-gated behavior that may change over time
付费分析未识别到付费功能
The extension itself contains no payment processing, billing UI, subscription checks, or feature gating. It does not call any payment APIs or display upgrade prompts. The 'pro' and 'license' keyword matches in the static scan are from the bundled Ant Design (antd) library, not related to paid features. While Atlan is a commercial enterprise platform, the extension is a free connector/browser tool that embeds Atlan's interface.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension embeds iframes from the user's configured Atlan instance (atlan.com/atlan.dev or custom domain). The content script listens for 'user_authenticated' messages and handles auth state changes. If the Atlan URL is not configured, the extension directs users to the options page. The popup loads a 'resource-clipper' page from the Atlan instance. All core functionality (metadata viewing, resource clipping) depends on the Atlan platform, which requires user authentication.