TrustedSite

See which sites you can trust.

TrustedSiteคืออะไร?

TrustedSite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.trustedsite.com และคุณลักษณะหลักของมันคือ "See which sites you can trust."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TrustedSite

ดาวน์โหลดไฟล์ส่วนขยาย TrustedSite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Quickly determine if you can trust a site by getting the details that matter—a business’s security issues, their legitimate contact information, and what they’re using to protect your data. TrustedSite certified sites are rigorously tested and certified to help you you stay safe online.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TrustedSite TrustedSite
ID meaanhhbdanomagjkjleigjfiamjhomi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trustedsite/meaanhhbdanomagjkjleigjfiamjhomi
คำอธิบาย See which sites you can trust.
ขนาดไฟล์ 78.39 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 2.6
อัปเดตครั้งล่าสุด 2022-05-04
วันที่เผยแพร่ 2019-06-19
คะแนน 4.41/5 รวมทั้งหมด 99 คะแนน
ผู้พัฒนา https://www.trustedsite.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.trustedsite.com/
URL หน้าช่วยเหลือ https://support.trustedsite.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.trustedsite.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TrustedSite",
    "short_name": "TrustedSite",
    "description": "See which sites you can trust.",
    "version": "2.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.min.js",
            "common.js",
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/www.trustedsite.com\/",
    "permissions": [
        "activeTab",
        "background",
        "https:\/\/*.trustedsite.com\/",
        "https:\/\/s3-us-west-2.amazonaws.com\/"
    ],
    "icons": {
        "16": "trustedsite-icon-16.png",
        "32": "trustedsite-icon-32.png",
        "64": "trustedsite-icon-64.png",
        "128": "trustedsite-icon-128.png"
    },
    "browser_action": {
        "default_icon": "trustedsite-icon-32.png",
        "default_popup": "popup.html",
        "default_title": "TrustedSite"
    }
}