33mail - Defend your Inbox

This extension allows you to easily create 33mail alias addresses whenever you need them

Что такое 33mail - Defend your Inbox?

33mail - Defend your Inbox - это расширение Chrome, разработанное https://www.33mail.com, и его основная функция - "This extension allows you to easily create 33mail alias addresses whenever you need them".

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

screenshot

Скачать файл CRX расширения 33mail - Defend your Inbox

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

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

                        The 33Mail Chrome Extension makes registering for websites painless and safe.  Instead of giving your real email address to companies that may or may not be trustworthy, let 33Mail create a customized email address for each company you sign up for.

Any emails they send will be forwarded to you, however if they start to abuse your email address you can block it with a single click.  33Mail puts you back in control of your inbox!                    

Основная информация о расширении

Название 33mail - Defend your Inbox 33mail - Defend your Inbox
ID keempgcbhfoekmolbpdkcoimnnejjaeh
Официальный URL https://chromewebstore.google.com/detail/33mail-defend-your-inbox/keempgcbhfoekmolbpdkcoimnnejjaeh
Описание This extension allows you to easily create 33mail alias addresses whenever you need them
Размер файла 3.41 MB
Количество установок 2,128
Текущая Версия 3.0.0
Последнее Обновление 2020-04-21
Дата публикации 2020-04-21
Рейтинг 2.88/5 Всего 16 оценок
Разработчик https://www.33mail.com
Тип оплаты free
Официальный сайт расширения https://www.33mail.com
URL страницы помощи https://www.33mail.com/page/faq
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "33mail - Defend your Inbox",
    "version": "3.0.0",
    "manifest_version": 2,
    "description": "This extension allows you to easily create 33mail alias addresses whenever you need them",
    "homepage_url": "https:\/\/www.33mail.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "33mail",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "https:\/\/api.ec2.33mail.com\/*"
    ]
}