MediModo

Better health through data.

MediModoคืออะไร?

MediModo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://quantimo.do และคุณลักษณะหลักของมันคือ "Better health through data."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        MediModo optimizes patient outcomes by collecting, analyzing and sharing valuable health data with healthcare providers and caregivers.  The app reminds and allows patients to record their symptom severity, treatments,diet, sleep,vitals and anything else, taking merely seconds a day. 

By creating a FREE account you'll be able to:

*Get reminders to record your treatments and symptoms.  Then we analyze your data and share it with your physician to help you find the most significant things you can do to optimize your health.

*Track: Record data on symptoms, treatments, diet, sleep and anything else.  Import the data you already have from dozens of apps and devices.

*Learn: We analyze the data to discover what hidden factors could be improving or worsening your condition.

*Share: Share your data with your doctor or healthcare provider to help them create a more informed care plan.                    

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

ชื่อ MediModo MediModo
ID nojnjdgmjaejpnpehgioddbimopnblga
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/medimodo/nojnjdgmjaejpnpehgioddbimopnblga
คำอธิบาย Better health through data.
ขนาดไฟล์ 23.99 MB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 2.9.915
อัปเดตครั้งล่าสุด 2019-09-15
วันที่เผยแพร่ 2019-09-15
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://quantimo.do
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://medimodo.com
URL หน้าช่วยเหลือ https://help.quantimo.do
URL หน้านโยบายความเป็นส่วนตัว https://quantimo.do/welcome/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MediModo",
    "description": "Better health through data.",
    "version": "2.9.915",
    "options_page": "chrome_options.html",
    "icons": {
        "16": "img\/icons\/icon_16.png",
        "48": "img\/icons\/icon_48.png",
        "128": "img\/icons\/icon_128.png"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "tabs",
        "https:\/\/*.google.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.quantimo.do\/*",
        "https:\/\/*.uservoice.com\/*",
        "https:\/\/*.googleapis.com\/*",
        "https:\/\/*.intercom.com\/*",
        "https:\/\/*.intercom.io\/*",
        "https:\/\/*.googleapis.com\/*",
        "https:\/\/*.google-analytics.com\/*",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.ca\/*",
        "http:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "http:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.de\/*",
        "http:\/\/www.amazon.es\/*",
        "https:\/\/www.amazon.es\/*",
        "http:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.fr\/*",
        "http:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.it\/*",
        "http:\/\/www.amazon.co.jp\/*",
        "https:\/\/www.amazon.co.jp\/*",
        "http:\/\/www.amazon.cn\/*",
        "https:\/\/www.amazon.cn\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icons\/icon_700.png",
        "default_popup": "chrome_default_popup_iframe.html"
    },
    "background": {
        "scripts": [
            "qmChromeBackground.js"
        ],
        "persistent": true
    }
}