Trueh - Trust e-health

evaluate trust health sites

Co je Trueh - Trust e-health?

Trueh - Trust e-health je rozšíření Chrome vyvinuté reinaldoccferro, a jeho hlavní funkcí je „evaluate trust health sites“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Trueh - Trust e-health

Stáhněte si soubory rozšíření Trueh - Trust e-health ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Trueh - Trust e-health Trueh - Trust e-health
ID ipgmoabdfmnpbhiafcoelaoghcgmhigm
Oficiální URL https://chrome.google.com/webstore/detail/trueh-trust-e-health/ipgmoabdfmnpbhiafcoelaoghcgmhigm
Popis evaluate trust health sites
Velikost souboru 377 KB
Počet instalací 11
Aktuální Verze 2.3.1
Poslední Aktualizace 2014-07-17
Datum Vydání 2014-07-17
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář reinaldoccferro
Typ Platby free
Webové stránky Rozšíření http://trueh.web.ua.pt/index.php
Podporované Jazyky 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:\/\/*\/"
    ]
}