Inbox Preview by TrustedSite

See which sites you can trust.

Inbox Preview by TrustedSite란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Inbox Preview by TrustedSite gives you a sneak peek into what you'll get if you sign up for the mailing list on a variety of websites.

- Get a spam risk rating for 1,000s of sites
- Easily see if you'll receive spam before you sign up
- Find out how many emails you're really signing up for
- Avoid having your personal information sold

We sign up for thousands of websites with unique email addresses to monitor the results, so you don't have to guess. This lightweight Chrome extension lets you easily see our results before you enter your email address so you can avoid spam. If we don't have results for a particular site, you can easily vote for us to rate it in the future.                    

확장 프로그램 기본 정보

이름 Inbox Preview by TrustedSite Inbox Preview by TrustedSite
ID emolkkmlcfknlnjcmpmbhifdajgkgeed
공식 URL https://chromewebstore.google.com/detail/inbox-preview-by-trusteds/emolkkmlcfknlnjcmpmbhifdajgkgeed
설명 See which sites you can trust.
파일 크기 65.92 KB
설치 횟수 245
현재 버전 2022.05.01
최근 업데이트 2022-05-05
출시 날짜 2020-02-06
개발자 https://www.trustedsite.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://inbox.trustedsite.com/
개인정보 보호 정책 페이지 URL https://www.trustedsite.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inbox Preview by TrustedSite",
    "short_name": "Inbox Preview",
    "description": "See which sites you can trust.",
    "version": "2022.05.01",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.min.js",
            "common.js",
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/inbox.trustedsite.com\/",
    "permissions": [
        "activeTab",
        "background",
        "https:\/\/*.trustedsite.com\/"
    ],
    "icons": {
        "16": "icon-green.png",
        "32": "icon-green.png",
        "64": "icon-green.png",
        "128": "icon-green.png"
    },
    "browser_action": {
        "default_icon": "icon-green.png",
        "default_popup": "popup.html",
        "default_title": "Inbox Preview"
    }
}