Apex EKG Caliper

Accurately measure rhythm strips

Apex EKG Caliperคืออะไร?

Apex EKG Caliper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Apex Innovations และคุณลักษณะหลักของมันคือ "Accurately measure rhythm strips"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Apex EKG Caliper

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

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

                        EKG Caliper by Apex Innovations built to measure rhythm strips to accurately identify heart rhythm anomalies.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Apex EKG Caliper Apex EKG Caliper
ID dclbpahnbipceohfenfkafkeeeaiccee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/apex-ekg-caliper/dclbpahnbipceohfenfkafkeeeaiccee
คำอธิบาย Accurately measure rhythm strips
ขนาดไฟล์ 48.47 KB
จำนวนการติดตั้ง 95
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2021-07-28
วันที่เผยแพร่ 2021-07-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Apex Innovations
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.apexinnovations.com
URL หน้าช่วยเหลือ https://www.apexinnovations.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apex EKG Caliper",
    "description": "Accurately measure rhythm strips",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/Caliper_16.png",
            "32": "\/images\/Caliper_32.png",
            "48": "\/images\/Caliper_48.png",
            "128": "\/images\/Caliper_128.png"
        }
    },
    "icons": {
        "16": "\/images\/Caliper_16.png",
        "32": "\/images\/Caliper_32.png",
        "48": "\/images\/Caliper_48.png",
        "128": "\/images\/Caliper_128.png"
    }
}