One Click Email
Create a temporary email in one click.
Wat is One Click Email?
One Click Email is een Chrome-extensie ontwikkeld door nglgzz, en de belangrijkste functie is "Create a temporary email in one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie One Click Email
Download One Click Email-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | coblhbfabgjlofjlbbamhoiikbfpbhdn |
Officiële URL | https://chrome.google.com/webstore/detail/one-click-email/coblhbfabgjlofjlbbamhoiikbfpbhdn |
Beschrijving | Create a temporary email in one click. |
Bestandsgrootte | 11.26 KB |
Aantal Installaties | 86 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2017-02-14 |
Publicatiedatum | 2017-02-14 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | nglgzz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |