Temp Mail A+ - Disposable email

Extension to generate Temp Mail - Disposable email

Co to jest Temp Mail A+ - Disposable email?

Temp Mail A+ - Disposable email to rozszerzenie Chrome opracowane przez https://tempmaila.com, a jego główną funkcją jest „Extension to generate Temp Mail - Disposable email”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Temp Mail A+ - Disposable email

Pobierz pliki rozszerzeń Temp Mail A+ - Disposable email 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 is typically a temporary email address that is used only once and often for a short period of time. Disposable email addresses can be used in place of your personal email address and can help protect your privacy by preventing spam or unwanted mail. They are convenient when signing up for many websites or services and can be automatically deleted after a few hours or a few days.                    

Podstawowe informacje o rozszerzeniu

Nazwa Temp Mail A+ - Disposable email Temp Mail A+ - Disposable email
ID imbgcdakhillciogjocnopkdfnbepnff
Oficjalny URL https://chromewebstore.google.com/detail/temp-mail-a+-disposable-e/imbgcdakhillciogjocnopkdfnbepnff
Opis Extension to generate Temp Mail - Disposable email
Rozmiar pliku 302 KB
Liczba instalacji 21
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-02-23
Data Publikacji 2023-02-23
Deweloper https://tempmaila.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tempmaila.com
Adres URL Strony Pomocy https://tempmaila.com/contact
Adres URL Strony Polityki Prywatności https://tempmaila.com/page/privacy-policy
Obsługiwane Języki en-US
manifest.json
{
    "action": {
        "default_icon": {
            "16": "assets\/images\/16x16.png",
            "32": "assets\/images\/48x48.png",
            "48": "assets\/images\/128x128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/jquery-3.6.0.min.js",
                "assets\/js\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Extension to generate Temp Mail - Disposable email",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/images\/128x128.png",
        "16": "assets\/images\/16x16.png",
        "32": "assets\/images\/48x48.png"
    },
    "manifest_version": 3,
    "name": "Temp Mail A+ - Disposable email",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "contextMenus",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}