AI 产品解读Business travel decarbonization tool that integrates with corporate travel booking platforms to display CO2 emissions and reward employees for choosing greener travel options
Helps reduce business travel carbon emissions by making environmental impact visible during booking and incentivizing low-carbon choices through employer-sponsored rewards
Employee visits supported travel booking platform → extension displays CO2 emissions and rewards next to travel options → employee chooses greener/cheaper option → earns employer-sponsored rewards (ecoPoints, monetary incentives, or BahnBonus points) → tracks green score over time
CO2 emission comparison for travel options (flights vs trains)Green score tracking for travel choicesReward/incentive system (ecoPoints, Incentives, BahnBonus points)Integration with major corporate travel booking tools (Concur, Egencia, Cytric, Bahn.de, TripSource, KDS)Productive time loss visualizationSAF (Sustainable Aviation Fuel) information
- 目标用户
- Corporate employees booking business travel / Companies with sustainability/ESG goals
- Source code is heavily minified making exact logic tracing difficult
- Cannot determine if login is strictly required vs optional for basic CO2 display
- B2B pricing model between eco.mio and employers not visible in extension source
付费分析未识别到付费功能
No payment processing (Stripe, etc.), subscription logic, or feature-gating based on payment found in the source code. The extension operates on a B2B model where employers contract with eco.mio and provide rewards/incentives to employees. Rewards are employer-sponsored, not individually purchased. No pricing tiers, upgrade prompts, or billing APIs detected.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension uses OpenID Connect authentication via auth.ecomio.com (Keycloak) with chrome.identity.launchWebAuthFlow. There is a loginBar component prompting users to log in, auto-login logic after X days, and the backend API checks for authentication tokens. The getAuthUser function distinguishes authenticated vs anonymous users, and checkUserEcoTwoAccess verifies access rights. While basic CO2 display may work anonymously, full reward tracking and booking features require authentication.