Apex EKG Caliper

Accurately measure rhythm strips

What is Apex EKG Caliper?

Apex EKG Caliper is a Chrome extension developed by Apex Innovations, and its main feature is "Accurately measure rhythm strips".

Extension Screenshots

screenshot

Download Apex EKG Caliper Extension CRX File

Download Apex EKG Caliper 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

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

Extension Basic Information

Name Apex EKG Caliper Apex EKG Caliper
ID dclbpahnbipceohfenfkafkeeeaiccee
Official URL https://chromewebstore.google.com/detail/apex-ekg-caliper/dclbpahnbipceohfenfkafkeeeaiccee
Description Accurately measure rhythm strips
File Size 48.47 KB
Installation Count 95
Current Version 0.0.0.2
Last Updated 2021-07-28
Publish Date 2021-07-24
Rating 5.00/5 Total 1 Ratings
Developer Apex Innovations
Email [email protected]
Payment Type free
Extension Website https://www.apexinnovations.com
Help Page URL https://www.apexinnovations.com
Supported Languages 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"
    }
}