AI 产品解读Browser extension that bridges the Shanghai Rural Commercial Bank (SRCB) supply chain finance web platform with a native USB key (USBkey) hardware device for digital certificate signing operations
Enables web-based banking applications to access local USB key hardware (containing digital certificates) for cryptographic signing operations, which browsers cannot do directly without native messaging support
User visits the SRCB supply chain finance platform → the platform's web page sends an external message to the extension requesting a connection → the extension connects to the local native messaging host application → the native app interfaces with the USB key hardware → signing requests are relayed through the extension to the native host → signed results are returned to the web platform
Connects to a native host application via chrome.runtime.connectNative() to access USB key hardwareRelays messages between the banking web platform (*.srcb.com, *.shrcb.com) and the native USB key host applicationSupports connect, disconnect, send message, and get extension version operationsEnables/disables the extension icon per tab to indicate connection status
- 目标用户
- Users of Shanghai Rural Commercial Bank's supply chain finance platform / Enterprise users performing digital certificate signing operations with USB keys
- Cannot verify the native host application (not included in the extension package) — the actual USB key interface logic lives outside the extension
- Cannot confirm specific banking platform login requirements without accessing the destination service
付费分析未识别到付费功能
No evidence of paid features, payment APIs, subscription logic, billing checks, or upgrade prompts in the extension source code. The extension is a simple native messaging bridge with no feature gating. The 'pro' keyword hit in verified_contents.json is part of a base64-encoded hash string, not related to paid features.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension itself has no login UI or authentication logic. However, it is a bridge for the Shanghai Rural Commercial Bank (SRCB) supply chain finance platform (srcb.com/shrcb.com). The bank's web platform requires user authentication to access banking services and perform digital signing operations. The extension only enables communication between the banking web app and a native USB key host; actual user login occurs on the destination banking service.