Temp Mail - Temporary Email Address

Best Temp Mail address to prevent from email hacking and spamming

Qu'est-ce que Temp Mail - Temporary Email Address ?

Temp Mail - Temporary Email Address est une extension Chrome développée par adzdeveloper, et sa fonction principale est "Best Temp Mail address to prevent from email hacking and spamming".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Temp Mail - Temporary Email Address

Téléchargez les fichiers d'extension Temp Mail - Temporary Email Address 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

                        A disposable email address service prevents your email from spam, promotional emails, bots, and hacking attacks with the help of a temp mail chrome extension.
In addition, we allow receiving the file attachments in the temp mailbox. 
Temp-mail extension provides an anonymous and free temporary email address. Keep your original mailbox secure and avoid spam emails with temp-mail exclusive Chrome extension features, unlike other service providers.                    

Informations de Base sur l'Extension

Nom Temp Mail - Temporary Email Address Temp Mail - Temporary Email Address
ID gmindkhkpdfcjjeiffmhpbpcjjfbamph
URL Officiel https://chromewebstore.google.com/detail/temp-mail-temporary-email/gmindkhkpdfcjjeiffmhpbpcjjfbamph
Description Best Temp Mail address to prevent from email hacking and spamming
Taille du Fichier 118 KB
Nombre d'Installations 1,380
Version Actuelle 1.0.3
Dernière Mise à Jour 2022-12-20
Date de Publication 2022-12-16
Développeur adzdeveloper
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://temp-mail.co/
URL de la Page d'Aide https://temp-mail.co/contact
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Temp Mail - Temporary Email Address",
    "description": "Best Temp Mail address to prevent from email hacking and spamming",
    "version": "1.0.3",
    "icons": {
        "128": "asset\/image\/temp-mail.png"
    },
    "author": "Temp Mail",
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Temp Mails"
    },
    "background": {
        "service_worker": "event.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "my-styles.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}