Temporary Email - EmailOnDeck
Superior Temporary Email Solutions - Extension does not track, read or view the websites you visit.
Cos'è Temporary Email - EmailOnDeck?
Temporary Email - EmailOnDeck è un'estensione di Chrome sviluppata da Lucid LX, e la sua funzione principale è "Superior Temporary Email Solutions - Extension does not track, read or view the websites you visit.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Temporary Email - EmailOnDeck
Scarica i file di estensione Temporary Email - EmailOnDeck in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Free & fast, temporary emails powered by EmailOnDeck. This extension does not track, read or view the websites you visit. Disposable emails help protect your online privacy in a secure, anonymous easy to use way. We want to help you avoid SPAM, protect your online privacy, and stop you from having to give away your personal email address to every company and person on the internet who insists on you giving it to them. Email On Deck hopes to help give you back the control of deciding who you want to give your personal info to. Temp emails are perfect for any transaction where you want to improve your online privacy. Use them when you buy or sell Bitcoin or trade cryptocurrency, at exchanges, or locally. They can be used for QA testing of emails, games, quick registrations and even for dating profiles and accounts. Avoid spam, tracking, and targeted advertisements.
Informazioni di Base sull'Estensione
Nome | Temporary Email - EmailOnDeck |
ID | mkpcaklladfpajiaikehdinfaabmnajh |
URL Ufficiale | https://chromewebstore.google.com/detail/temporary-email-emailonde/mkpcaklladfpajiaikehdinfaabmnajh |
Descrizione | Superior Temporary Email Solutions - Extension does not track, read or view the websites you visit. |
Dimensione del File | 21.4 KB |
Conteggio Installazioni | 5,661 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-03-17 |
Data di Pubblicazione | 2023-03-15 |
Valutazione | 4.63/5 Totale 133 Valutazioni |
Sviluppatore | Lucid LX |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.emailondeck.com |
URL della Pagina di Aiuto | https://www.emailondeck.com/contactus.php |
URL della Pagina della Politica sulla Privacy | https://www.emailondeck.com/terms_of_use.php |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Temporary Email - EmailOnDeck", "description": "Superior Temporary Email Solutions - Extension does not track, read or view the websites you visit.", "version": "1.0.1", "version_name": "1.0.1", "author": { "email": "[email protected]" }, "action": { "default_popup": "popup\/popup.html", "default_title": "Temporary Email - EmailOnDeck", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "incognito": "split", "permissions": [ "notifications", "storage" ], "host_permissions": [ "https:\/\/www.emailondeck.com\/" ], "options_ui": { "page": "options\/options.html", "open_in_tab": false } } |