Tempos Email

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

Что такое Tempos Email?

Tempos Email - это расширение Chrome, разработанное TemposEmail, и его основная функция - "Get a temporary email at any time! TemposEmail is a completely free temporary email service".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Tempos Email

Скачайте файлы расширений Tempos Email в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Tempos Email Tempos Email
ID bcldmifgclcaleholidmhoacpdmnghja
Официальный URL https://chrome.google.com/webstore/detail/tempos-email/bcldmifgclcaleholidmhoacpdmnghja
Описание Get a temporary email at any time! TemposEmail is a completely free temporary email service
Размер файла 68.48 KB
Количество установок 10
Текущая Версия 1.0.1
Последнее Обновление 2020-12-29
Дата публикации 2020-11-08
Рейтинг 5.00/5 Всего 1 оценок
Разработчик TemposEmail
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://tempos.email
URL страницы помощи https://tempos.email/contact
URL страницы политики конфиденциальности https://tempos.email/policy
Поддерживаемые языки 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"
    ]
}