AI 产品解读Bridge extension enabling electronic document signing (PDF/XML) and fingerprint capture via local native messaging host application
Enables Argentine government web portals (specifically the Ministry of Modernization's Registration Entity) to interact with local hardware devices (X509 certificate stores, SecuGen/DigitalPersona fingerprint scanners, Wacom signature pads) for legally valid electronic signatures and biometric authentication
1) A government web page contains custom HTML tag <agile:signatureextensionARGENTINA> with configuration attributes. 2) Content script detects the tag and dispatches events to initiate signing/fingerprint operations. 3) Background script connects to local native messaging host (com.google.chrome.agile.argentina). 4) Native app communicates with hardware (certificate store, fingerprint scanner, Wacom pad). 5) Results are passed back to the web page via custom DOM events.
Electronic signing of PDF documents using X509 Digital CertificatesElectronic signing of XML documents using X509 Digital CertificatesFingerprint capture via SecuGen and DigitalPersona devicesFingerprint matching/minutiae comparisonWacom tablet signature captureCertificate listing and selection from local certificate stores
- 目标用户
- Argentine government employees and officials using the Registro (Registration Entity) system / Citizens interacting with Argentine government digital services requiring electronic signatures / Users of the Ministry of Modernization digital platforms
- Cannot inspect the native messaging host application code (com.google.chrome.agile.argentina) which handles actual hardware interaction and may have its own licensing/auth
- Content script is injected on all URLs (*://*/*) which is broad but functional for detecting custom HTML tags on any government portal
- The destination Argentine government service's own authentication requirements are outside the scope of this extension code analysis
付费分析未识别到付费功能
No payment APIs, subscription logic, premium features, upgrade UI, or billing code found anywhere in the source. The extension is a free bridge tool that connects web pages to a local native application for digital signing and fingerprint capture. The 'pro' keyword hit in verified_contents.json is a false positive (JSON metadata field).
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension itself has no login UI, no authentication flow, and no account management. It is a bridge/messaging layer between web pages (using custom HTML tags like agile:signatureextensionARGENTINA) and a local native messaging host application (com.google.chrome.agile.argentina). The destination government web services may require their own authentication, but the extension code contains no login logic.