One Click Email

Create a temporary email in one click.

Apa itu One Click Email?

One Click Email adalah ekstensi Chrome yang dikembangkan oleh nglgzz, dan fitur utamanya adalah "Create a temporary email in one click.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi One Click Email

Unduh file ekstensi One Click Email dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama One Click Email One Click Email
ID coblhbfabgjlofjlbbamhoiikbfpbhdn
URL Resmi https://chrome.google.com/webstore/detail/one-click-email/coblhbfabgjlofjlbbamhoiikbfpbhdn
Deskripsi Create a temporary email in one click.
Ukuran File 11.26 KB
Jumlah Instalasi 86
Versi Saat Ini 0.4
Terakhir Diperbarui 2017-02-14
Tanggal Publikasi 2017-02-14
Penilaian 4.00/5 Total 1 Penilaian
Pengembang nglgzz
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}