HealthTag

Easily save, tag, note, rate and recall valuable health-related sites, and start using health information to your health advantage!

HealthTag란 무엇입니까?

HealthTag은(는) https://healthtag.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily save, tag, note, rate and recall valuable health-related sites, and start using health information to your health advantage!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        HealthTag - Organize your health information with one click

•	Organize your health information
•	Manage conditions, (Gluten, weight, blood pressure, etc.)
•	Help your friends and family research a condition
•	List your vitamins/supplements and other healthy rituals
•	Save your healthcare sites, notes, research and projects in one place.

Find your health information fast:
•	Search URLs, tags and notes
•	Filter on tags, dates, videos, ratings, etc

You do a lot of research when you’re looking for health information.  HealthTag will help you organize and easily recall it, all one click away.  

Learn more about HealthTag at: www.healthtag.com

If you have any suggestions or issues, please let us know at [email protected].

HealthTag - Use health information to your health advantage                    

확장 프로그램 기본 정보

이름 HealthTag HealthTag
ID nljjleggilfdkefokapecmngghmobfjh
공식 URL https://chromewebstore.google.com/detail/healthtag/nljjleggilfdkefokapecmngghmobfjh
설명 Easily save, tag, note, rate and recall valuable health-related sites, and start using health information to your health advantage!
파일 크기 274 KB
설치 횟수 28
현재 버전 3.2.0
최근 업데이트 2019-04-28
출시 날짜 2019-04-28
개발자 https://healthtag.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.healthtag.com
도움말 페이지 URL https://www.healthtag.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2.0",
    "name": "HealthTag",
    "author": "HealthTag",
    "manifest_version": 2,
    "description": "Easily save, tag, note, rate and recall valuable health-related sites, and start using health information to your health advantage!",
    "browser_action": {
        "default_icon": {
            "16": "img\/healthtag-16.png",
            "20": "img\/healthtag-20.png",
            "24": "img\/healthtag-24.png",
            "40": "img\/healthtag-40.png",
            "48": "img\/healthtag-48.png",
            "96": "img\/healthtag-96.png",
            "128": "img\/healthtag-128.png"
        },
        "default_title": "HealthTag"
    },
    "icons": {
        "16": "img\/healthtag-16.png",
        "20": "img\/healthtag-20.png",
        "24": "img\/healthtag-24.png",
        "40": "img\/healthtag-40.png",
        "48": "img\/healthtag-48.png",
        "96": "img\/healthtag-96.png",
        "128": "img\/healthtag-128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "app.html"
    ],
    "permissions": [
        "tabs",
        "cookies",
        "https:\/\/app.healthtag.com\/*",
        ""
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; font-src * data:; connect-src http:\/\/* https:\/\/*; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data: http:\/\/* https:\/\/*;; frame-src https:\/\/app.healthtag.com"
}