AI 产品解读Enterprise browser security management agent that enforces IT policies on Chrome/Edge browsers via native host communication
Helps IT administrators secure enterprise browser networks by enforcing web filtering, download/upload controls, PII data loss prevention, phishing protection, and browser compliance monitoring across managed endpoints
The extension acts as a client-side agent deployed to employee browsers. It connects to a locally installed native host (com.manageengine.browserrouter) which communicates with the ManageEngine Browser Security Plus server. IT admins configure policies on the server (web filters, upload/download rules, GenAI DLP, phishing settings). The native host pushes PolicyRefresh messages to the extension, which then enforces policies in real-time: intercepting web requests for URL filtering, monitoring file uploads/downloads, scanning GenAI site inputs for PII, and collecting browser telemetry for compliance reporting.
Web URL filtering and category-based site blocking with customizable block pagesFile download and upload restriction by type, size, destination site, and time policiesGenAI DLP protection - blocks or audits PII input (SSN, credit cards, emails, API keys) on generative AI websitesPhishing detection engineBrowser security settings collection and compliance reportingBrowser history and web activity tracking/metering for compliance
- 目标用户
- IT administrators managing enterprise browser security / Organizations needing browser compliance and data loss prevention
- The extension depends entirely on a native host and server software; without it, the extension is non-functional but this dependency is not a login requirement in the traditional sense
- Cannot verify whether the ManageEngine Browser Security Plus server has a free tier or requires paid licensing
- The extension has no popup UI or options page visible in the manifest, making it purely a background policy enforcement agent
付费分析未识别到付费功能
The extension itself contains no payment processing, no subscription/upgrade UI, no billing API calls, and no feature gating based on license. The keyword 'premium' hit in js/data.js is a vocabulary/token entry for ML model, not pricing-related. All 'pro' keyword hits are from JavaScript .prototype method definitions. The 'Upgrade' command in nativePort.js (line 161) refers to re-initializing connection attempts after a software update, not purchasing an upgrade. ManageEngine Browser Security Plus server software is a commercial enterprise product, but the extension is a free agent client.
- 置信度
- 88
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension itself contains no login UI, no authentication flow, and no account creation. All 'login' keyword hits in source code are in genaiPiiBlocker.js for detecting login pages to *skip* PII detection (avoiding false positives). The extension communicates with a native messaging host ('com.manageengine.browserrouter') which is a separately installed desktop agent, but the extension itself does not require user credentials to operate.