AI 产品解读Browser bridge component that connects web pages to native PKI (Public Key Infrastructure) libraries installed on the user's computer via Chrome's Native Messaging API
Enables browser-based digital signing, certificate-based authentication, and smart card interaction for Czech/Slovak government and banking services that require PKI operations which cannot be performed purely in JavaScript
User visits an authorized website (e.g., gov.cz, csob.cz) that needs PKI operations → website communicates with the extension via externally_connectable messaging → extension forwards the request through native messaging to the locally installed PKI host application → host application interacts with smart card/certificate store → result is returned back through the chain to the website. The extension options allow configuring logging and connection timeouts.
Bridge between web pages and native PKI host application (cz.ica.icapkiservice.host)Digital signing of documents and emails using smart card certificatesCertificate-based authentication to government and banking servicesCookie retrieval and forwarding to native host for authenticated sessionsConfigurable timeouts for native host connection managementSupport for multiple authorized partner websites (banks, government portals, e-signature services)
- 目标用户
- Czech and Slovak citizens using digital certificates for government services / Banking customers of ČSOB (Czech/Slovak) and other partner banks / Users of electronic signature services (Digisign, Circularo) / Enterprise users requiring PKI-based authentication (Proebiz, E.ON)
- Cannot verify whether the native host application (cz.ica.icapkiservice.host) requires separate installation or has its own licensing/payment model
- Cannot verify whether destination partner services require their own user accounts or payment
- The extension is very small (15KB) with minimal source files, making thorough analysis straightforward
付费分析未识别到付费功能
No payment, billing, subscription, premium, upgrade, or license references exist anywhere in the extension source code. All 'pro' keyword hits are false positives from the Czech word 'pro' (meaning 'for') and the domain proebiz.com. The extension is a free bridge component provided by I.CA (První certifikační autorita, a.s.). PKI certificates from I.CA are a separate commercial product unrelated to the extension's functionality.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension itself has no login mechanism, no user accounts, and no credential storage. The 'authentication' keyword hit refers to certificate-based authentication (PKI) that the extension facilitates for destination services—not a login to the extension itself. The 'Set Authorization' strings in permissions.html/messages.json refer to granting browser permissions to the extension for specific websites, not user account login.