Inbox Preview by TrustedSite

See which sites you can trust.

Inbox Preview by TrustedSite là gì?

Inbox Preview by TrustedSite là một tiện ích mở rộng Chrome được phát triển bởi https://www.trustedsite.com, và tính năng chính của nó là "See which sites you can trust.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Inbox Preview by TrustedSite

Tải xuống các tệp mở rộng Inbox Preview by TrustedSite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Inbox Preview by TrustedSite Inbox Preview by TrustedSite
ID emolkkmlcfknlnjcmpmbhifdajgkgeed
URL Chính Thức https://chromewebstore.google.com/detail/inbox-preview-by-trusteds/emolkkmlcfknlnjcmpmbhifdajgkgeed
Mô tả See which sites you can trust.
Kích Thước Tệp 65.92 KB
Số Lần Cài Đặt 245
Phiên Bản Hiện Tại 2022.05.01
Cập Nhật Lần Cuối 2022-05-05
Ngày Phát Hành 2020-02-06
Nhà Phát Triển https://www.trustedsite.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://inbox.trustedsite.com/
URL Trang Chính Sách Bảo Mật https://www.trustedsite.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}