AI 产品解读Automatic browser switching for Google Workspace users - redirects specific URLs to open in Internet Explorer, Edge, Firefox, or custom executables instead of Chrome
Organizations using Google Workspace (Chrome) need certain legacy enterprise system URLs to open in Internet Explorer or other browsers for compatibility
G Suite admin configures URL patterns and target browsers on Sateraito server → Extension content script detects user's Google Workspace domain from Gmail/Calendar → Background script fetches admin settings → When user navigates to a configured URL in Chrome, the extension redirects to the appropriate browser via native messaging host (MSI module)
URL-based automatic browser routing configured by Google Workspace adminSupports switching to IE, Chrome, Firefox, Edge, and custom executables via native messaging hostExtracts user's Google Workspace email/domain from Gmail/Calendar DOM for organization identificationFetches admin-configured URL routing rules from Sateraito serverMSI native messaging host module integration for launching external browsersDebug logging and options page for troubleshooting
- 目标用户
- Japanese enterprise organizations using Google Workspace that have legacy systems requiring Internet Explorer or other browsers / Google Workspace administrators who configure browser switching rules
- The extension requires a separately installed MSI native messaging host module (jp.sateraito.browserswitcher) which is not included in the extension package - full functionality depends on this external component
- Server-side configuration at sateraito-apps-browser.appspot.com is not inspectable - admin features and potential enterprise licensing are unknown
付费分析未识别到付费功能
No billing, subscription, payment, or tier-gating code found in the extension source. All 'pro' keyword matches are false positives from minified JavaScript Promise polyfill code (e.g., 'prototype'). The 'license' match is from the jQuery library comment. No Stripe, PayPal, or payment platform references. No feature gating or upgrade prompts detected. The extension is a free enterprise tool for Google Workspace organizations.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension does not implement any login UI or authentication flow. It reads the user's Google Workspace email/domain from the Gmail/Calendar DOM to identify their organization and fetch admin-configured settings from the Sateraito server. This is automatic domain detection via content scripts, not a user login requirement. Admin setup (G Suite admin configuration) is needed, but users themselves don't authenticate.