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 |
Eメール | [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 } } |