One Click Email
Create a temporary email in one click.
Qu'est-ce que One Click Email ?
One Click Email est une extension Chrome développée par nglgzz, et sa fonction principale est "Create a temporary email in one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension One Click Email
Téléchargez les fichiers d'extension One Click Email au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | coblhbfabgjlofjlbbamhoiikbfpbhdn |
URL Officiel | https://chrome.google.com/webstore/detail/one-click-email/coblhbfabgjlofjlbbamhoiikbfpbhdn |
Description | Create a temporary email in one click. |
Taille du Fichier | 11.26 KB |
Nombre d'Installations | 86 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2017-02-14 |
Date de Publication | 2017-02-14 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | nglgzz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |