33mail - Defend your Inbox

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

Was ist 33mail - Defend your Inbox?

33mail - Defend your Inbox ist eine Chrome-Erweiterung, die von https://www.33mail.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to easily create 33mail alias addresses whenever you need them".

Erweiterungsscreenshots

screenshot

33mail - Defend your Inbox-Erweiterungs-CRX-Datei herunterladen

Laden Sie 33mail - Defend your Inbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name 33mail - Defend your Inbox 33mail - Defend your Inbox
ID keempgcbhfoekmolbpdkcoimnnejjaeh
Offizielle URL https://chromewebstore.google.com/detail/33mail-defend-your-inbox/keempgcbhfoekmolbpdkcoimnnejjaeh
Beschreibung This extension allows you to easily create 33mail alias addresses whenever you need them
Dateigröße 3.41 MB
Installationsanzahl 2,128
Aktuelle Version 3.0.0
Letztes Update 2020-04-21
Veröffentlichungsdatum 2020-04-21
Bewertung 2.88/5 Insgesamt 16 Bewertungen
Entwickler https://www.33mail.com
Zahlungsart free
Erweiterungswebsite https://www.33mail.com
Hilfeseite URL https://www.33mail.com/page/faq
Unterstützte Sprachen 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\/*"
    ]
}