Inbox Preview by TrustedSite

See which sites you can trust.

Что такое Inbox Preview by TrustedSite?

Inbox Preview by TrustedSite - это расширение Chrome, разработанное https://www.trustedsite.com, и его основная функция - "See which sites you can trust.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Inbox Preview by TrustedSite

Скачайте файлы расширений Inbox Preview by TrustedSite в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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