AI 产品解读Browser-to-desktop application bridge for SBIS/Saby/Wasaby platform ecosystem, providing native messaging, HAR network recording, bookmark management, and activity monitoring
Enables seamless communication between SBIS/Saby web applications and their desktop counterparts, allowing users to install desktop apps from browser, record network diagnostics for troubleshooting, and track user activity on Unix systems
Extension automatically activates on SBIS/Saby domains (saby.ru, sbis.ru, tensor.ru, etc.). It connects to a local Native Messaging Host (ru.tensor.sbis_plugin_nmh) to facilitate data exchange with SBIS desktop applications. Users can record network requests (HAR format) for diagnostics, share logs with support, install desktop versions of Wasaby apps, and manage bookmarks. On Linux, an ActivityMonitor tracks visited URLs and reports them back to the SBIS platform.
Native Messaging Host communication bridge between browser and SBIS desktop applicationsHAR network request recording for diagnostic/troubleshooting purposesDesktop app installation from browser for Wasaby platform appsBrowser bookmark creation for quick access to SBIS appsActivity monitoring (URL tracking) on Unix systems for SBIS app usersDiagnostic log sharing with tech support
- 目标用户
- Users of SBIS/Saby business platform / Enterprise users of Wasaby-based applications / SBIS technical support teams needing network diagnostics
- Extension code is large (background.js ~158KB, webpack-bundled minified) making full manual review challenging
- Cannot verify whether destination SBIS/Saby services require login for full extension functionality
- ActivityMonitor sends URL data to SBIS platform - privacy implications not fully analyzed
付费分析未识别到付费功能
The store description explicitly states 'Бесплатное расширение' (Free extension). No premium, subscribe, upgrade, price, payment, or plan-related keywords found in the source code. No payment flows, subscription checks, or feature gating detected. The 'billing' keyword from static analysis was the domain s-billing.ru in host_permissions, which is just a domain name for the SBIS platform ecosystem, not billing functionality within the extension.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 否
- 登录理由
- The extension itself does not implement any login UI or authentication flow. It functions as a bridge/connector between the browser and SBIS/Saby desktop applications via Native Messaging Host. The 'auth/service' endpoint found in popupScript.js (line 374) is used to call ExternalClouds.GetInfo to get allowed domains, which is an API call to the already-authenticated SBIS platform session, not a login form. The extension's core workflow (connecting to native messaging host, recording HAR logs, adding bookmarks, activity monitoring) does not require authentication.