HIS L2 QTI
HIS L2 QTI
What is HIS L2 QTI?
HIS L2 QTI is a Chrome extension developed by dev.vnpt.qti, and its main feature is "HIS L2 QTI".
Extension Screenshots
Download HIS L2 QTI Extension CRX File
Download HIS L2 QTI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | HIS L2 QTI |
ID | gieepdnomenpomcnjmlhpjiinpniiapn |
Official URL | https://chromewebstore.google.com/detail/his-l2-qti/gieepdnomenpomcnjmlhpjiinpniiapn |
Description | HIS L2 QTI |
File Size | 571 KB |
Installation Count | 218 |
Current Version | 2.18 |
Last Updated | 2023-07-20 |
Publish Date | 2021-07-31 |
Developer | dev.vnpt.qti |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } ] } |