Temp Mail - Temporary Email Address

Best Temp Mail address to prevent from email hacking and spamming

Co to jest Temp Mail - Temporary Email Address?

Temp Mail - Temporary Email Address to rozszerzenie Chrome opracowane przez adzdeveloper, a jego główną funkcją jest „Best Temp Mail address to prevent from email hacking and spamming”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Temp Mail - Temporary Email Address

Pobierz pliki rozszerzeń Temp Mail - Temporary Email Address 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Temp Mail - Temporary Email Address Temp Mail - Temporary Email Address
ID gmindkhkpdfcjjeiffmhpbpcjjfbamph
Oficjalny URL https://chromewebstore.google.com/detail/temp-mail-temporary-email/gmindkhkpdfcjjeiffmhpbpcjjfbamph
Opis Best Temp Mail address to prevent from email hacking and spamming
Rozmiar pliku 118 KB
Liczba instalacji 1,380
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2022-12-20
Data Publikacji 2022-12-16
Deweloper adzdeveloper
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://temp-mail.co/
Adres URL Strony Pomocy https://temp-mail.co/contact
Obsługiwane Języki 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"
            ]
        }
    ]
}