One Click Email

Create a temporary email in one click.

What is One Click Email?

One Click Email is a Chrome extension developed by nglgzz, and its main feature is "Create a temporary email in one click.".

Extension Screenshots

screenshot
screenshot
screenshot

Download One Click Email Extension CRX File

Download One Click Email extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to create a temporary email with one click.

When clicking the extension icon a new email will be generated and the address will be pasted into your clipboard. 

Once created the email will last 10 minutes, and whenever you click on the timer the time will be reset.

You can also read incoming emails in case, for example, you need to verify some registration.                    

Extension Basic Information

Name One Click Email One Click Email
ID coblhbfabgjlofjlbbamhoiikbfpbhdn
Official URL https://chrome.google.com/webstore/detail/one-click-email/coblhbfabgjlofjlbbamhoiikbfpbhdn
Description Create a temporary email in one click.
File Size 11.26 KB
Installation Count 86
Current Version 0.4
Last Updated 2017-02-14
Publish Date 2017-02-14
Rating 4.00/5 Total 1 Ratings
Developer nglgzz
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Click Email",
    "short_name": "1Click Email",
    "description": "Create a temporary email in one click.",
    "version": "0.4",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/10minutemail.com\/",
        "clipboardWrite"
    ],
    "icons": {
        "128": "icon128.png"
    }
}