Tempos Email

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

What is Tempos Email?

Tempos Email is a Chrome extension developed by TemposEmail, and its main feature is "Get a temporary email at any time! TemposEmail is a completely free temporary email service".

Extension Screenshots

screenshot

Download Tempos Email Extension CRX File

Download Tempos Email extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Tempos Email Tempos Email
ID bcldmifgclcaleholidmhoacpdmnghja
Official URL https://chrome.google.com/webstore/detail/tempos-email/bcldmifgclcaleholidmhoacpdmnghja
Description Get a temporary email at any time! TemposEmail is a completely free temporary email service
File Size 68.48 KB
Installation Count 10
Current Version 1.0.1
Last Updated 2020-12-29
Publish Date 2020-11-08
Rating 5.00/5 Total 1 Ratings
Developer TemposEmail
Email [email protected]
Payment Type free
Extension Website https://tempos.email
Help Page URL https://tempos.email/contact
Privacy Policy Page URL https://tempos.email/policy
Supported Languages 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"
    ]
}