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