Trueh - Trust e-health

evaluate trust health sites

Cos'è Trueh - Trust e-health?

Trueh - Trust e-health è un'estensione di Chrome sviluppata da reinaldoccferro, e la sua funzione principale è "evaluate trust health sites".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Trueh - Trust e-health

Scarica i file di estensione Trueh - Trust e-health in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Trueh - Trust e-health Trueh - Trust e-health
ID ipgmoabdfmnpbhiafcoelaoghcgmhigm
URL Ufficiale https://chrome.google.com/webstore/detail/trueh-trust-e-health/ipgmoabdfmnpbhiafcoelaoghcgmhigm
Descrizione evaluate trust health sites
Dimensione del File 377 KB
Conteggio Installazioni 11
Versione Corrente 2.3.1
Ultimo Aggiornamento 2014-07-17
Data di Pubblicazione 2014-07-17
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore reinaldoccferro
Tipo di Pagamento free
Sito Web dell'Estensione http://trueh.web.ua.pt/index.php
Lingue Supportate 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:\/\/*\/"
    ]
}