HIS L2 QTI

HIS L2 QTI

HIS L2 QTI란 무엇입니까?

HIS L2 QTI은(는) dev.vnpt.qti에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HIS L2 QTI"입니다.

확장 프로그램 스크린샷

screenshot

HIS L2 QTI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 HIS L2 QTI HIS L2 QTI
ID gieepdnomenpomcnjmlhpjiinpniiapn
공식 URL https://chromewebstore.google.com/detail/his-l2-qti/gieepdnomenpomcnjmlhpjiinpniiapn
설명 HIS L2 QTI
파일 크기 571 KB
설치 횟수 218
현재 버전 2.18
최근 업데이트 2023-07-20
출시 날짜 2021-07-31
개발자 dev.vnpt.qti
이메일 [email protected]
결제 유형 free
지원되는 언어 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
        }
    ]
}