National Identity Parser - LiveHealth
This extension is for LiveHealth for Diagnostics, Cloud Solution, where National Identity Number can be parsed.
什么是National Identity Parser - LiveHealth?
National Identity Parser - LiveHealth是由Livehealth开发的Chrome扩展程序,该扩展的主要功能是“This extension is for LiveHealth for Diagnostics, Cloud Solution, where National Identity Number can be parsed.”。
扩展截图
下载National Identity Parser - LiveHealth扩展crx文件
下载National Identity Parser - LiveHealth扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is for LiveHealth for Diagnostics, Cloud Solution, where National Identity Number can be parsed, and be used to translate data from the ID verify or get details about the individual and auto-fill while registration. *This cannot be used to fetch un-authorised personal information without patient consent. ** This can only be used with LiveHealth products
扩展基本信息
名称 | National Identity Parser - LiveHealth |
ID | ljiiiecpehgcnkpjlebelfpjbbcpnpfa |
官方URL | https://chromewebstore.google.com/detail/national-identity-parser/ljiiiecpehgcnkpjlebelfpjbbcpnpfa |
简介 | This extension is for LiveHealth for Diagnostics, Cloud Solution, where National Identity Number can be parsed. |
文件大小 | 52.71 KB |
安装次数 | 33 |
当前版本 | 1.0.1 |
更新时间 | 2019-11-12 |
上架时间 | 2019-11-11 |
评分 | 5.00/5 共2次评分 |
开发者 | Livehealth |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://livehealth.in |
帮助页面URL | https://help.livehealth.solutions/en |
隐私政策页面URL | https://livehealth.in/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "National Identity Parser - LiveHealth", "version": "1.0.1", "description": "This extension is for LiveHealth for Diagnostics, Cloud Solution, where National Identity Number can be parsed.", "icons": { "16": "images\/16px-livehealth-app-icon-green.png", "48": "images\/48px-livehealth-app-icon-green.png", "128": "images\/128px-livehealth-app-icon-green.png" }, "content_scripts": [ { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/*.livehealth.solutions\/*", "https:\/\/livehealth.solutions\/*" ], "js": [ "content.js", "moment.min.js" ] } ], "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": { "16": "images\/lh16.png", "24": "images\/lh24.png", "32": "images\/lh32.png" }, "default_title": "National Identity Parser - LiveHealth", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |