Tempos Email

Get a temporary email at any time! TemposEmail is a completely free temporary email service

Was ist Tempos Email?

Tempos Email ist eine Chrome-Erweiterung, die von TemposEmail entwickelt wurde, und ihr Hauptmerkmal ist "Get a temporary email at any time! TemposEmail is a completely free temporary email service".

Erweiterungsscreenshots

screenshot

Tempos Email-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tempos Email-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Get a temporary email at any time! And protect your private email from spam and phishing, using a disposable (temp) email addresses.                    

Grundlegende Informationen zur Erweiterung

Name Tempos Email Tempos Email
ID bcldmifgclcaleholidmhoacpdmnghja
Offizielle URL https://chrome.google.com/webstore/detail/tempos-email/bcldmifgclcaleholidmhoacpdmnghja
Beschreibung Get a temporary email at any time! TemposEmail is a completely free temporary email service
Dateigröße 68.48 KB
Installationsanzahl 10
Aktuelle Version 1.0.1
Letztes Update 2020-12-29
Veröffentlichungsdatum 2020-11-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler TemposEmail
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tempos.email
Hilfeseite URL https://tempos.email/contact
URL der Datenschutzrichtlinien-Seite https://tempos.email/policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tempos Email",
    "version": "1.0.1",
    "description": "Get a temporary email at any time! TemposEmail is a completely free temporary email service",
    "permissions": [
        "*:\/\/tempos.email\/*",
        "clipboardWrite",
        "contextMenus",
        "notifications",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "api.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "api.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ]
}