Trueh - Trust e-health

evaluate trust health sites

O que é Trueh - Trust e-health?

Trueh - Trust e-health é uma extensão do Chrome desenvolvida por reinaldoccferro, e sua principal característica é "evaluate trust health sites".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Trueh - Trust e-health

Baixe arquivos de extensão Trueh - Trust e-health no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Trueh - Trust e-health Trueh - Trust e-health
ID ipgmoabdfmnpbhiafcoelaoghcgmhigm
URL Oficial https://chrome.google.com/webstore/detail/trueh-trust-e-health/ipgmoabdfmnpbhiafcoelaoghcgmhigm
Descrição evaluate trust health sites
Tamanho do Arquivo 377 KB
Contagem de Instalações 11
Versão Atual 2.3.1
Última Atualização 2014-07-17
Data de Publicação 2014-07-17
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor reinaldoccferro
Tipo de Pagamento free
Site da Extensão http://trueh.web.ua.pt/index.php
Idiomas Suportados 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:\/\/*\/"
    ]
}