Mark All as Read

This Chrome Extension mark all the unread emails as read at once with the single click.

Что такое Mark All as Read?

Mark All as Read - это расширение Chrome, разработанное Codimite, и его основная функция - "This Chrome Extension mark all the unread emails as read at once with the single click.".

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

screenshot

Скачать файл CRX расширения Mark All as Read

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

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

                        This chrome extension built to meet the needs of Codimite clients. This Chrome Extension mark all the unread emails as read at once with the single click.                    

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

Название Mark All as Read Mark All as Read
ID gcgmldnijmeokhapgphpmeeghhnkdlhe
Официальный URL https://chromewebstore.google.com/detail/mark-all-as-read/gcgmldnijmeokhapgphpmeeghhnkdlhe
Описание This Chrome Extension mark all the unread emails as read at once with the single click.
Размер файла 1.81 MB
Количество установок 66
Текущая Версия 1.1.3
Последнее Обновление 2021-05-08
Дата публикации 2021-04-08
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Codimite
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.codimite.com/privacy-policy
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mark All as Read",
    "description": "This Chrome Extension mark all the unread emails as read at once with the single click.",
    "version": "1.1.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "readAllmail.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo3.png"
    },
    "icons": {
        "128": "img\/logo3.png"
    }
}