Trueh - Trust e-health

evaluate trust health sites

Что такое Trueh - Trust e-health?

Trueh - Trust e-health - это расширение Chrome, разработанное reinaldoccferro, и его основная функция - "evaluate trust health sites".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Trueh - Trust e-health

Скачайте файлы расширений Trueh - Trust e-health в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Trueh - Trust e-health Trueh - Trust e-health
ID ipgmoabdfmnpbhiafcoelaoghcgmhigm
Официальный URL https://chrome.google.com/webstore/detail/trueh-trust-e-health/ipgmoabdfmnpbhiafcoelaoghcgmhigm
Описание evaluate trust health sites
Размер файла 377 KB
Количество установок 11
Текущая Версия 2.3.1
Последнее Обновление 2014-07-17
Дата публикации 2014-07-17
Рейтинг 4.33/5 Всего 3 оценок
Разработчик reinaldoccferro
Тип оплаты free
Официальный сайт расширения http://trueh.web.ua.pt/index.php
Поддерживаемые языки 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:\/\/*\/"
    ]
}