TrustedSite

See which sites you can trust.

TrustedSite란 무엇입니까?

TrustedSite은(는) https://www.trustedsite.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See which sites you can trust."입니다.

확장 프로그램 스크린샷

screenshot

TrustedSite 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    }
}