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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HealthTag एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}