Trueh - Trust e-health

evaluate trust health sites

Trueh - Trust e-health란 무엇입니까?

Trueh - Trust e-health은(는) reinaldoccferro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "evaluate trust health sites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Trueh - Trust e-health 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/"
    ]
}