Trueh - Trust e-health

evaluate trust health sites

What is Trueh - Trust e-health?

Trueh - Trust e-health is a Chrome extension developed by reinaldoccferro, and its main feature is "evaluate trust health sites".

Extension Screenshots

screenshot
screenshot
screenshot

Download Trueh - Trust e-health Extension CRX File

Download Trueh - Trust e-health 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

                        A Proposal for the evaluation of perception of trust of websites based on criteria such as interface, user experience and credibility.                    

Extension Basic Information

Name Trueh - Trust e-health Trueh - Trust e-health
ID ipgmoabdfmnpbhiafcoelaoghcgmhigm
Official URL https://chrome.google.com/webstore/detail/trueh-trust-e-health/ipgmoabdfmnpbhiafcoelaoghcgmhigm
Description evaluate trust health sites
File Size 377 KB
Installation Count 11
Current Version 2.3.1
Last Updated 2014-07-17
Publish Date 2014-07-17
Rating 4.33/5 Total 3 Ratings
Developer reinaldoccferro
Payment Type free
Extension Website http://trueh.web.ua.pt/index.php
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trueh - Trust e-health",
    "description": "evaluate trust health sites",
    "version": "2.3.1",
    "browser_action": {
        "default_icon": "icons\/icon_grey.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "currentUrl.js",
                "jquery-1.11.1.min.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "http:\/\/localhost\/trueh\/*",
        "http:\/\/localhost\/trueh\/check_url.php",
        "http:\/\/trueh.web.ua.pt\/*",
        ""
    ],
    "optional_permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}