AI 产品解读Display and convert Euro Turismo exchange rates against Brazilian Real (BRL)
Provides quick access to the Euro Turismo exchange rate without needing to open a calculator or visit a website manually. Helps users in Brazil track and convert Euro Turismo amounts to Reais.
On startup, the extension fetches the latest Euro Turismo rate from dolarhoje.com, displays it in the badge, and sets up an interval to refresh every 10 minutes. Users can click the extension icon to open the source webpage, or use Chrome's omnibox by typing 'euroturismohoje' followed by an amount to see the converted BRL value instantly.
Displays current Euro Turismo exchange rate in the extension badgeAuto-refreshes the rate every 10 minutesChrome omnibox integration for instant currency conversion (type 'euroturismohoje' followed by amount)Opens the DolarHoje.com Euro Turismo page when the extension icon is clicked
- 目标用户
- Brazilian travelers planning trips to Europe / People sending money to Portugal or other Euro-zone countries / Anyone tracking the Euro Turismo exchange rate in Brazil
- The extension only accesses public, unauthenticated endpoints on dolarhoje.com. We did not visit the destination website to check if the full site requires login for any features, but the extension itself does not require or implement login.
- The extension is very small (14KB) and has minimal functionality, so there is limited surface area for additional features or paid tiers.
付费分析未识别到付费功能
The extension is entirely free. It fetches public exchange rate data and provides a simple currency converter tool. No payment integration, subscription gating, premium feature flags, or billing UI exists in the codebase. The word 'pro' found in _metadata/verified_contents.json is part of Chrome's signed content metadata hash, not a paid feature reference.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension performs all its functions without requiring any authentication. It fetches public exchange rate data from dolarhoje.com/euro-turismo/cotacao.txt via a simple GET request (app.js:5,19), displays it in the badge, and provides currency conversion through Chrome's omnibox. No login UI, session handling, or credential storage exists in the code.