Michael's Upgrade for TrakLab

Upgraded features for TrakLab in the LGH. (This extension is not an official product of the LGH or Intersystems Trak software.

Michael's Upgrade for TrakLab란 무엇입니까?

Michael's Upgrade for TrakLab은(는) Michael Laws에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upgraded features for TrakLab in the LGH. (This extension is not an official product of the LGH or Intersystems Trak software."입니다.

확장 프로그램 스크린샷

screenshot

Michael's Upgrade for TrakLab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enhancement function for THS Pathology through TrakCare

Features:
-Make a formatted table of results in one click
-Select which tests you would like included in the table
-Quality of Life improvements for using TrakCare Lab

PLEASE NOTE THIS PRODUCT IS NOT CREATED BY OR ENDORSED BY EITHER THE THS OR INTERSYSTEMS
IT MAY NOT WORK IF THE BASE PRODUCT IS ALTERED IN THE FUTURE                    

확장 프로그램 기본 정보

이름 Michael's Upgrade for TrakLab Michael's Upgrade for TrakLab
ID ljcijonihieembnpgmoofkbbniogkjnk
공식 URL https://chromewebstore.google.com/detail/michaels-upgrade-for-trak/ljcijonihieembnpgmoofkbbniogkjnk
설명 Upgraded features for TrakLab in the LGH. (This extension is not an official product of the LGH or Intersystems Trak software.
파일 크기 438 KB
설치 횟수 59
현재 버전 2.0
최근 업데이트 2022-07-07
출시 날짜 2018-11-18
개발자 Michael Laws
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Michael's Upgrade for TrakLab",
    "short_name": "Upgrade for TrakLab",
    "version": "2.0",
    "description": "Upgraded features for TrakLab in the LGH. (This extension is not an official product of the LGH or Intersystems Trak software.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/trak-lab.health.local\/*"
    ],
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "lib\/*",
                "allSettings.json"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options\/options.html",
    "background": {
        "service_worker": "background\/sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trak-lab.health.local\/*"
            ],
            "include_globs": [
                "*logon.csp*"
            ],
            "js": [
                "lib\/jquery-3.3.1.js",
                "TrakCare\/mu_enter.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/trak-lab.health.local\/*"
            ],
            "include_globs": [
                "*websys.csp*"
            ],
            "js": [
                "lib\/jquery-3.3.1.js",
                "lib\/moment.js",
                "lib\/bulma-toast.min.js",
                "TrakCare\/mu_table.js"
            ],
            "css": [
                "lib\/animate.min.css",
                "lib\/bulma-custom.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon-512.png"
    }
}