Temp Mail - Temporary Email Address

Best Temp Mail address to prevent from email hacking and spamming

Τι είναι το Temp Mail - Temporary Email Address;

Το Temp Mail - Temporary Email Address είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον adzdeveloper, και η κύρια λειτουργία του είναι "Best Temp Mail address to prevent from email hacking and spamming".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Temp Mail - Temporary Email Address

Λήψη αρχείων επέκτασης Temp Mail - Temporary Email Address σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Temp Mail - Temporary Email Address Temp Mail - Temporary Email Address
ID gmindkhkpdfcjjeiffmhpbpcjjfbamph
Επίσημο URL https://chromewebstore.google.com/detail/temp-mail-temporary-email/gmindkhkpdfcjjeiffmhpbpcjjfbamph
Περιγραφή Best Temp Mail address to prevent from email hacking and spamming
Μέγεθος Αρχείου 118 KB
Αριθμός Εγκαταστάσεων 1,380
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2022-12-20
Ημερομηνία Δημοσίευσης 2022-12-16
Προγραμματιστής adzdeveloper
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://temp-mail.co/
Διεύθυνση URL της Σελίδας Βοήθειας https://temp-mail.co/contact
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}