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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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