One Click Email
Create a temporary email in one click.
Co to jest One Click Email?
One Click Email to rozszerzenie Chrome opracowane przez nglgzz, a jego główną funkcją jest „Create a temporary email in one click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia One Click Email
Pobierz pliki rozszerzeń One Click Email w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | coblhbfabgjlofjlbbamhoiikbfpbhdn |
Oficjalny URL | https://chrome.google.com/webstore/detail/one-click-email/coblhbfabgjlofjlbbamhoiikbfpbhdn |
Opis | Create a temporary email in one click. |
Rozmiar pliku | 11.26 KB |
Liczba instalacji | 86 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2017-02-14 |
Data Publikacji | 2017-02-14 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | nglgzz |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |