Easy disposable email address

Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions.

Was ist Easy disposable email address?

Easy disposable email address ist eine Chrome-Erweiterung, die von El Dander entwickelt wurde, und ihr Hauptmerkmal ist "Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions.".

Erweiterungsscreenshots

screenshot

Easy disposable email address-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easy disposable email address-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

                        Need a disposable email address? This extension makes it easy!

Whenever you need a disposable email address, just right click to insert a temporary address and a new tab will open in the background. When you need to check for email, just go to that tab and refresh!

Options page allows you to change the default disposable email address provider. If your default isn't working it will automatically try the others.

This extension won't request access to all your websites - only those providing disposable email - and will only run and take up memory when you use it, thanks to the latest Chrome features.                    

Grundlegende Informationen zur Erweiterung

Name Easy disposable email address Easy disposable email address
ID mkpfodpjhekjdhkchalfflggeoamfajh
Offizielle URL https://chromewebstore.google.com/detail/easy-disposable-email-add/mkpfodpjhekjdhkchalfflggeoamfajh
Beschreibung Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions.
Dateigröße 20.55 KB
Installationsanzahl 2,215
Aktuelle Version 1.5
Letztes Update 2017-02-19
Veröffentlichungsdatum 2017-02-19
Bewertung 4.49/5 Insgesamt 45 Bewertungen
Entwickler El Dander
Zahlungsart free
Erweiterungswebsite https://github.com/el-dander/Easy-disposable-email-address
Hilfeseite URL https://github.com/el-dander/Easy-disposable-email-address
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "providers.js",
            "background.js"
        ],
        "persistent": false
    },
    "description": "Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "name": "Easy disposable email address",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "optional_permissions": [
        "http:\/\/www.dispostable.com\/",
        "http:\/\/mailinator.com\/",
        "http:\/\/mailcatch.com\/",
        "https:\/\/harakirimail.com\/"
    ],
    "version": "1.5"
}