AI 产品解读Displays the current USD to BRL (US Dollar to Brazilian Real) exchange rate as a browser toolbar badge and provides an omnibox shortcut for quick currency conversion.
Allows Brazilian users to quickly check the current dollar exchange rate without navigating to a website, and convert USD amounts to BRL directly from the address bar.
1. Extension loads and fetches current rate from https://dolarhoje.com/cotacao.txt every 10 minutes. 2. Rate is displayed as badge text on the toolbar icon. 3. User can type 'dolarhoje' in the address bar, press TAB, enter a dollar amount, and see the real-time BRL conversion. 4. Clicking a suggestion navigates to dolarhoje.com with the conversion pre-filled.
Shows live USD/BRL exchange rate as a badge on the extension icon every 10 minutesTooltip displays formatted message like 'US$ 1,00 vale R$ X,XX hoje'Omnibox shortcut: type 'dolarhoje' + TAB + amount to instantly convert USD to BRLClicking the extension icon opens dolarhoje.com for more detailsContent script marks the dolarhoje.com website to indicate the extension is installed
- 目标用户
- Brazilian users who need to monitor USD/BRL exchange rates / Shoppers or travelers comparing dollar prices to Brazilian reais
- Extension is very small (~97 lines of JS), making the analysis straightforward with high confidence.
- The 'pro' keyword hit in verified_contents.json is a false positive — it's part of a base64-encoded content hash payload, not related to paid features.
付费分析未识别到付费功能
The extension is entirely free with no payment infrastructure. No Stripe, no billing APIs, no premium tiers, no subscription logic, no upgrade prompts. The single keyword hit for 'pro' is in verified_contents.json metadata (a content hash file), not related to paid features.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension has no authentication logic whatsoever. It fetches a plain text file (cotacao.txt) from dolarhoje.com and displays the exchange rate. No user accounts, no login UI, no cookies, no tokens. The destination site (dolarhoje.com) also does not require login to view exchange rates.