Trueh - Trust e-health

evaluate trust health sites

Trueh - Trust e-health là gì?

Trueh - Trust e-health là một tiện ích mở rộng Chrome được phát triển bởi reinaldoccferro, và tính năng chính của nó là "evaluate trust health sites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trueh - Trust e-health

Tải xuống các tệp mở rộng Trueh - Trust e-health dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trueh - Trust e-health Trueh - Trust e-health
ID ipgmoabdfmnpbhiafcoelaoghcgmhigm
URL Chính Thức https://chrome.google.com/webstore/detail/trueh-trust-e-health/ipgmoabdfmnpbhiafcoelaoghcgmhigm
Mô tả evaluate trust health sites
Kích Thước Tệp 377 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 2.3.1
Cập Nhật Lần Cuối 2014-07-17
Ngày Phát Hành 2014-07-17
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển reinaldoccferro
Loại Thanh Toán free
Trang Web Mở Rộng http://trueh.web.ua.pt/index.php
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}