Mail-Jetable

Temporary Email

Cos'è Mail-Jetable?

Mail-Jetable è un'estensione di Chrome sviluppata da https://mail-jetable.com, e la sua funzione principale è "Temporary Email".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Mail-Jetable

Scarica i file di estensione Mail-Jetable 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

                        The temporary mail app is a handy tool to protect the privacy of users online. Nowadays, email addresses have become a central part of digital life, used to communicate with friends, colleagues, to register on websites, to make online purchases, and much more. However, each time a user shares their personal email address, they run the risk that this information will be misused, or sold to third parties to be used for advertising purposes.

This is where the temporary mail app comes in. It allows the user to create temporary email addresses which can be used to register on websites or communicate with contacts without having to disclose their personal email address. Temporary email addresses are usually active for a limited time, after which they are automatically deleted. In this way, the temporary mail app offers an effective solution to protect users' online privacy.

By using the temporary mail app, the user can maintain their online privacy while enjoying the benefits of email communication. He can register on websites without having to worry that his personal e-mail address will be misused, or to avoid receiving spam and unsolicited e-mails. They can also communicate with contacts without having to reveal their personal email address, which can be particularly useful for casual exchanges or for interactions with people you don't know well.

In summary, the temporary mail app is a convenient and effective tool to protect users' online privacy. It allows you to create temporary e-mail addresses that can be used to register on websites or to communicate with contacts, while avoiding disclosing your personal e-mail address. By using this application, users can feel safer while browsing online and protect their digital privacy.                    

Informazioni di Base sull'Estensione

Nome Mail-Jetable Mail-Jetable
ID bhgabddjjcdeaobpkdkdiikpmecijeok
URL Ufficiale https://chromewebstore.google.com/detail/mail-jetable/bhgabddjjcdeaobpkdkdiikpmecijeok
Descrizione Temporary Email
Dimensione del File 820 KB
Conteggio Installazioni 84
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-07-24
Data di Pubblicazione 2023-03-12
Sviluppatore https://mail-jetable.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mail-jetable.com
URL della Pagina di Aiuto https://mail-jetable.com
URL della Pagina della Politica sulla Privacy https://mail-jetable.com/confidentialite
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mail-Jetable",
    "description": "Temporary Email",
    "version": "1.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/assets\/images\/icon.png",
        "32": ".\/assets\/images\/icon.png",
        "48": ".\/assets\/images\/icon.png",
        "128": ".\/assets\/images\/icon.png"
    },
    "action": {
        "default_popup": "home.html",
        "default_icon": {
            "16": ".\/assets\/images\/icon.png",
            "32": ".\/assets\/images\/icon.png",
            "48": ".\/assets\/images\/icon.png",
            "128": ".\/assets\/images\/icon.png"
        }
    },
    "permissions": [
        "storage"
    ]
}