One Click Email
Create a temporary email in one click.
Vad är One Click Email?
One Click Email är en Chrome-tillägg utvecklad av nglgzz, och dess huvudfunktion är "Create a temporary email in one click.".
Tilläggsskärmbilder
Ladda ner One Click Email-förlängningens CRX-fil
Ladda ner One Click Email-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | coblhbfabgjlofjlbbamhoiikbfpbhdn |
Officiell webbadress | https://chrome.google.com/webstore/detail/one-click-email/coblhbfabgjlofjlbbamhoiikbfpbhdn |
Beskrivning | Create a temporary email in one click. |
Filstorlek | 11.26 KB |
Antal Installationer | 86 |
Aktuell Version | 0.4 |
Senast Uppdaterad | 2017-02-14 |
Publiceringsdatum | 2017-02-14 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | nglgzz |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |