Trueh - Trust e-health

evaluate trust health sites

Co to jest Trueh - Trust e-health?

Trueh - Trust e-health to rozszerzenie Chrome opracowane przez reinaldoccferro, a jego główną funkcją jest „evaluate trust health sites”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Trueh - Trust e-health

Pobierz pliki rozszerzeń Trueh - Trust e-health w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Trueh - Trust e-health Trueh - Trust e-health
ID ipgmoabdfmnpbhiafcoelaoghcgmhigm
Oficjalny URL https://chrome.google.com/webstore/detail/trueh-trust-e-health/ipgmoabdfmnpbhiafcoelaoghcgmhigm
Opis evaluate trust health sites
Rozmiar pliku 377 KB
Liczba instalacji 11
Aktualna Wersja 2.3.1
Ostatnia Aktualizacja 2014-07-17
Data Publikacji 2014-07-17
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper reinaldoccferro
Typ Płatności free
Strona Rozszerzenia http://trueh.web.ua.pt/index.php
Obsługiwane Języki 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:\/\/*\/"
    ]
}