AI 产品解读Corporate travel policy communication and compliance enforcement via browser notifications overlaid on travel booking sites
Reduces corporate travel policy leakage by delivering real-time, targeted policy notifications, health/safety guidance, and sustainability data directly on 2,000+ travel booking websites where employees make purchases
1) Corporate travel admin deploys the extension to employees and configures policy notifications via an admin portal. 2) Employee installs extension and signs in with company credentials (companyAPIKey + email). 3) When employee visits any travel booking site (Expedia, airline sites, Concur, etc.), the extension's content script runs and displays relevant policy guidance, sustainability metrics, and compliance reminders as overlay notifications. 4) On Concur/Savi.travel specifically, the extension scrapes search results to extract fare, emission, and route data to provide context-aware notifications (e.g., rail alternatives, emission comparisons).
Asynchronous policy notifications via browser popups on travel sitesIntegration with SAP Concur to read flight/hotel search results (fares, emissions, rail alternatives)Sustainability data showing emissions, equivalencies, and alternative transport optionsHealth and safety / COVID restriction guidanceAdmin portal for creating, editing, scheduling, and targeting notifications by employee populationContent script injection on all URLs with specialized behavior on Concur Solutions and Savi.travel
- 目标用户
- Corporate travel managers (admin/configurators) / Corporate employees who book business travel (end users)
- Bundle files (app.bundle.js, background.bundle.js, popup.bundle.js, signin.bundle.js, etc.) are heavily minified/webpack-bundled, limiting deep inspection of authentication logic and feature implementation
- Cannot determine if the extension_account login is truly self-hosted or delegates to a third-party identity provider (e.g., SAML/OAuth via corporate SSO)
- Cannot fully determine the admin portal's authentication flow or whether it's a separate web application
付费分析未识别到付费功能
No evidence of paid features, upgrade flows, payment APIs, or billing logic within the extension itself. Searches for premium, subscription, upgrade, payment, and billing returned zero matches. The extension is a corporate B2B tool deployed by FCM Travel to client companies; the business model is enterprise licensing between FCM and corporations, not individual user payments within the extension. The 'purchase' keyword hit in the store description refers to 'travel purchases' (the workflow being guided), not paying for the extension.
- 置信度
- 75
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension ships with full authentication pages (signin.html, signup.html, forgot-password.html, logout.html) and a login page styled in popup.bundle.css (#login-page). The config/schema.json defines companyAPIKey, userEmail, and companyId fields required for operation. This is a corporate B2B tool deployed by employers; users must authenticate with company credentials to receive travel policy notifications and use the extension.