National Identity Parser - LiveHealth

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

Wat is National Identity Parser - LiveHealth?

National Identity Parser - LiveHealth is een Chrome-extensie ontwikkeld door Livehealth, en de belangrijkste functie is "This extension is for LiveHealth for Diagnostics, Cloud Solution, where National Identity Number can be parsed.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie National Identity Parser - LiveHealth

Download National Identity Parser - LiveHealth-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam National Identity Parser - LiveHealth National Identity Parser - LiveHealth
ID ljiiiecpehgcnkpjlebelfpjbbcpnpfa
Officiële URL https://chromewebstore.google.com/detail/national-identity-parser/ljiiiecpehgcnkpjlebelfpjbbcpnpfa
Beschrijving This extension is for LiveHealth for Diagnostics, Cloud Solution, where National Identity Number can be parsed.
Bestandsgrootte 52.71 KB
Aantal Installaties 33
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-11-12
Publicatiedatum 2019-11-11
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Livehealth
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://livehealth.in
Help Pagina-URL https://help.livehealth.solutions/en
URL van de Privacybeleid Pagina https://livehealth.in/privacy
Ondersteunde Talen 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
    }
}