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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael Laws และคุณลักษณะหลักของมันคือ "Upgraded features for TrakLab in the LGH. (This extension is not an official product of the LGH or Intersystems Trak software."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Michael's Upgrade for TrakLab

ดาวน์โหลดไฟล์ส่วนขยาย Michael's Upgrade for TrakLab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}