AI 产品解读Browser extension enabling digital document signing (Assinatura Digital) directly from the browser using locally installed ICP-Brasil digital certificates, tokens, and smart cards
Brazilian users need to digitally sign documents using ICP-Brasil certificates on partner websites. This extension bridges web pages and a native OS module, allowing certificate-based signing directly in the browser without separate desktop software
1) User installs Chrome extension. 2) Extension prompts download and installation of a native OS module (Windows .exe, Linux .deb/.rpm, macOS .pkg). 3) User navigates to a partner website (e.g., emissao.luminasign.com.br). 4) Partner website's JavaScript dispatches custom events (syngular_list_certificates, syngular_sign) detected by the content script. 5) User authorizes the domain to access their certificates. 6) Extension communicates with native module via nativeMessaging to list certificates or perform PKCS#1 signing. 7) Signature result is returned to the partner website.
List locally installed digital certificates with private keysSign documents with PKCS#1 digital signatures via native moduleAuthorize/revoke partner websites' access to certificatesSupport Windows, Linux, and macOS with automatic native module installationManage PKCS#11 library paths (Linux/macOS)Dynamic domain list syncing from SyngularID servers for partner websites
- 目标用户
- Brazilian users with ICP-Brasil digital certificates / Users of partner digital certificate services (e.g., Luminasign, Ari9 Digital, Certifica, CertiMinas, etc.) / Individuals and businesses needing legally binding digital signatures in Brazil
- Source code is webpack-bundled (minified variable names in some places), making exact line-by-line tracing of some flows harder
- The native module source is not included in the extension package; its behavior is inferred from the Chrome API calls and messaging protocol
- No store-listed price or privacy policy URL available to cross-reference
付费分析未识别到付费功能
No evidence of payment systems, subscriptions, pricing, billing APIs, Stripe/PayPal integration, or any monetization mechanism within the extension code. All 'pro' keyword matches were false positives (Promise, PromptDownload, programador, etc.). The extension is a free tool provided by SyngularID to enable digital signing in partner websites. Digital certificates (ICP-Brasil) must be purchased separately from certificate authorities, but that is external to this extension.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension does not implement its own login system or require user accounts. The 'auth' references in the source code (e.g., ListAuthorizedDomains, AuthorizeDomain, VerifyDomainAuthorization) relate to domain authorization—allowing/disallowing partner websites to access the user's locally installed digital certificates—not user account authentication. The extension communicates with a native OS module to access locally stored digital certificates (ICP-Brasil) installed on the user's machine. No credential forms, OAuth flows, or account creation UI exist in the code.