Tempos Email

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

Wat is Tempos Email?

Tempos Email is een Chrome-extensie ontwikkeld door TemposEmail, en de belangrijkste functie is "Get a temporary email at any time! TemposEmail is a completely free temporary email service".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tempos Email

Download Tempos Email-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Tempos Email Tempos Email
ID bcldmifgclcaleholidmhoacpdmnghja
Officiële URL https://chrome.google.com/webstore/detail/tempos-email/bcldmifgclcaleholidmhoacpdmnghja
Beschrijving Get a temporary email at any time! TemposEmail is a completely free temporary email service
Bestandsgrootte 68.48 KB
Aantal Installaties 10
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-12-29
Publicatiedatum 2020-11-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar TemposEmail
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tempos.email
Help Pagina-URL https://tempos.email/contact
URL van de Privacybeleid Pagina https://tempos.email/policy
Ondersteunde Talen 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"
    ]
}