AI 产品解读Local Digital Signature Service Bridge
Enables users to digitally sign documents or receipts on supported web portals by bridging the browser with a locally installed native application (Local Signer Service).
1. User visits a supported portal (e.g., tulegajo.com). 2. The content script injects api.js. 3. The portal calls LocalSignerServiceApi.sendMessage(). 4. The message is passed to the background service worker. 5. The background worker forwards it to the native host 'com.minder.cc.lss'. 6. The native app performs the local signing and returns the result via the same channel.
Bridges web pages to a native signing application via Chrome Native MessagingAutomatically downloads and prompts to install the local signer executable on WindowsInjects a JavaScript API (api.js) into supported sites to facilitate communicationSupports multiple Latin American government/corporate portals (e.g., tulegajo, reciboselectronicos, ypf)
- 目标用户
- Users in Argentina, Chile, and other LATAM countries who need to digitally sign documents on government or corporate portals / Employees or citizens using portals like Interlegajo, Recibos Electronicos, or YPF
- The extension relies on a native host application ('com.minder.cc.lss') which is not included in the source package. The full behavior depends on this external binary.
- The specific signing logic and data handling occur in the native app, so the extension's role is limited to IPC bridging.
- Web Store details were unavailable due to an API error, so the analysis is based solely on the source code.
付费分析未识别到付费功能
The extension is free and does not contain any payment logic, subscription management, or premium feature gating. It is a utility tool for local digital signing. The 'pro' keyword match in verified_contents.json is a false positive related to file hash metadata, not a paid feature.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension itself does not implement any login mechanism, nor does it redirect to a login page. It operates as a local signing service bridge. While the target websites (e.g., tulegajo, reciboselectronicos) likely require user authentication for their own services, the extension does not manage or require a separate account for its own functionality.