HIS L2 QTI

HIS L2 QTI

Wat is HIS L2 QTI?

HIS L2 QTI is een Chrome-extensie ontwikkeld door dev.vnpt.qti, en de belangrijkste functie is "HIS L2 QTI".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HIS L2 QTI

Download HIS L2 QTI-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

                        Extension hỗ trợ người dùng phần mềm VNPT HIS tra cứu lịch sử khám chữa bệnh của bệnh nhân.                    

Basisinformatie over de Extensie

Naam HIS L2 QTI HIS L2 QTI
ID gieepdnomenpomcnjmlhpjiinpniiapn
Officiële URL https://chromewebstore.google.com/detail/his-l2-qti/gieepdnomenpomcnjmlhpjiinpniiapn
Beschrijving HIS L2 QTI
Bestandsgrootte 571 KB
Aantal Installaties 218
Huidige Versie 2.18
Laatst Bijgewerkt 2023-07-20
Publicatiedatum 2021-07-31
Ontwikkelaar dev.vnpt.qti
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HIS L2 QTI",
    "description": "HIS L2 QTI",
    "version": "2.18",
    "browser_action": {
        "default_icon": "logo_header.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "popup.html",
        "persistent": false
    },
    "icons": {
        "16": "logo_header.png",
        "48": "logo_header.png",
        "128": "logo_header.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/hisl2.quangtri.net.vn https:\/\/ajax.googleapis.com;  object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bvquangtri.vncare.vn\/*"
            ],
            "js": [
                "moment.min.js",
                "popup.js",
                "jquery-2.2.3.min.js",
                "jquery-ui.min.js",
                "aes.js",
                "pbkdf2.js",
                "AesUtil.js",
                "CommonUtil.js",
                "te.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}