AI 产品解读Read data from the French 'Carte Vitale' (health insurance smart card) via a browser extension.
Allows health professionals to access administrative and insurance data stored on the Carte Vitale smart card directly from a web browser, facilitating healthcare administration and billing.
1. User installs the extension and the required native host application on their Windows/Mac machine. 2. User inserts their Carte Vitale into a compatible smart card reader. 3. User navigates to a supported health website (e.g., sesam-vitale.fr). 4. User clicks the extension icon and presses the 'Read Card' button. 5. The extension communicates with the native host to read the card data and injects it into the web page or displays it in the popup.
Reads Carte Vitale data via native messaging hostSupports multiple smart card readers (APCV)Works on specific French health-related domains (sesam-vitale.fr, ameli.fr, etc.)Beta version for GIESV (Groupement d'Intérêt Economique Santé Vitale) usage
- 目标用户
- Health professionals in France (doctors, pharmacists, etc.) / Administrative staff in healthcare settings
- The extension is a 'Beta' version, so functionality might change. 2. The analysis assumes the native host is installed and configured correctly, which is a prerequisite not verifiable from the extension code alone. 3. The extension requires the user to be on specific French government/health domains to function effectively, but the extension itself does not enforce login to those domains.
付费分析未识别到付费功能
The extension is explicitly labeled as 'Version Beta' and contains references to 'open source' licenses. There is no code related to payments, subscriptions, premium features, or billing. The 'pro' keyword matches in the static analysis were false positives (e.g., 'process', 'protection', 'popup'). The extension appears to be a free utility provided for health professionals to read the French 'Carte Vitale' (health insurance card).
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension itself does not implement any login mechanism, user account creation, or authentication flow. It relies on a local native messaging host ('fr.sesamvitale.lecture_vitale_native_messaging_host') to interact with the smart card reader. While the destination websites (sesam-vitale.fr, ameli.fr, etc.) require health professionals to log in to their respective portals to use the data, the extension's core function (reading the card) is triggered by the user inserting the card and clicking a button in the popup, without the extension itself gating access behind a login. The extension acts as a bridge between the browser and the local hardware.