AI 产品解读Bridge/communication layer between web pages and native Chrome OS eID middleware for accessing the Belgian electronic identity card
Chrome OS lacks native smart card reader support for Belgian eID cards; this extension enables web applications at e-contract.be to communicate with a native middleware app that reads the physical eID card on Chrome OS devices
User visits an e-contract.be web page on Chrome OS → web page sends eid-chrome-os-extension-start message → content script connects to native eID middleware app → web page sends eID requests via postMessage → content script relays to native app → native app reads physical eID card (with PIN) → responses relayed back through content script to web page
Bridges web page JavaScript messages to a native Chrome OS app via chrome.runtime.connectRelays eID start, request, response, and stop messages between web pages and the native eID middlewareAnnounces availability to web pages via postMessage on loadPasses extension version, user agent, and page URL context to the native middleware
- 目标用户
- Belgian citizens using Chrome OS who need to use their eID card for digital services / Users of e-contract.be digital signing and identity verification services on Chrome OS
- Very small extension (68 lines of JS); complete and deterministic analysis possible
- Cannot inspect the native Chrome OS app (app ID: ahcjlglemcmnjpnkeahidjenglphjnam) which handles actual eID card communication
- Cannot determine if e-contract.be has its own paid service tiers from the extension source alone
付费分析未识别到付费功能
No paid feature signals found. The 'pro' keyword hits are false positives: 'project' in copyright header (line 2), 'proprietary' in license notice (line 5), and base64-encoded content in verified_contents.json. No payment platforms, billing APIs, subscription logic, or upgrade UI detected anywhere in the source.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension is a passive content-script bridge between web pages on e-contract.be/localhost and a native Chrome OS middleware app that reads the physical Belgian eID card. The e-contract.be destination service uses eID card authentication (card + PIN) for digital signing and identity verification. The extension itself does not implement login UI, but the destination service workflow requires eID-based authentication to function.