National Identity Parser - LiveHealth

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

Co je National Identity Parser - LiveHealth?

National Identity Parser - LiveHealth je rozšíření Chrome vyvinuté Livehealth, a jeho hlavní funkcí je „This extension is for LiveHealth for Diagnostics, Cloud Solution, where National Identity Number can be parsed.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření National Identity Parser - LiveHealth

Stáhněte si soubory rozšíření National Identity Parser - LiveHealth ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název National Identity Parser - LiveHealth National Identity Parser - LiveHealth
ID ljiiiecpehgcnkpjlebelfpjbbcpnpfa
Oficiální URL https://chromewebstore.google.com/detail/national-identity-parser/ljiiiecpehgcnkpjlebelfpjbbcpnpfa
Popis This extension is for LiveHealth for Diagnostics, Cloud Solution, where National Identity Number can be parsed.
Velikost souboru 52.71 KB
Počet instalací 33
Aktuální Verze 1.0.1
Poslední Aktualizace 2019-11-12
Datum Vydání 2019-11-11
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Livehealth
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://livehealth.in
URL Stránky Nápovědy https://help.livehealth.solutions/en
URL Stránky Zásad Ochrany Soukromí https://livehealth.in/privacy
Podporované Jazyky 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
    }
}