National Identity Parser - LiveHealth

This extension is for LiveHealth for Diagnostics, Cloud Solution, where National Identity Number can be parsed.

Was ist National Identity Parser - LiveHealth?

National Identity Parser - LiveHealth ist eine Chrome-Erweiterung, die von Livehealth entwickelt wurde, und ihr Hauptmerkmal ist "This extension is for LiveHealth for Diagnostics, Cloud Solution, where National Identity Number can be parsed.".

Erweiterungsscreenshots

screenshot

National Identity Parser - LiveHealth-Erweiterungs-CRX-Datei herunterladen

Laden Sie National Identity Parser - LiveHealth-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name National Identity Parser - LiveHealth National Identity Parser - LiveHealth
ID ljiiiecpehgcnkpjlebelfpjbbcpnpfa
Offizielle URL https://chromewebstore.google.com/detail/national-identity-parser/ljiiiecpehgcnkpjlebelfpjbbcpnpfa
Beschreibung This extension is for LiveHealth for Diagnostics, Cloud Solution, where National Identity Number can be parsed.
Dateigröße 52.71 KB
Installationsanzahl 33
Aktuelle Version 1.0.1
Letztes Update 2019-11-12
Veröffentlichungsdatum 2019-11-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Livehealth
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://livehealth.in
Hilfeseite URL https://help.livehealth.solutions/en
URL der Datenschutzrichtlinien-Seite https://livehealth.in/privacy
Unterstützte Sprachen 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
    }
}