MediModo

Better health through data.

MediModo란 무엇입니까?

MediModo은(는) http://quantimo.do에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Better health through data."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

MediModo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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