Checker Mail.ru

Displays the number of unread messages in the Mail.ru mailbox

What is Checker Mail.ru?

Checker Mail.ru is a Chrome extension developed by https://sovetit.ru, and its main feature is "Displays the number of unread messages in the Mail.ru mailbox".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Checker Mail.ru Extension CRX File

Download Checker Mail.ru 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

                        Уведомления о новых письмах и быстрый доступ к Mail.ru.
С расширением Checker Mail.ru вы не пропустите ни одного письма.
Расширение уведомит о каждом входящем, покажет отправителя и тему не заходя в почтовый ящик.
Важное письмо вы сможете открыть в один клик.
Особенности:
- Самый быстрый и простой способ управлять несколькими учетными записями электронной почты.
- Расширение использует только самые необходимые данные вашей учетной записи.
- Воспроизведение звуковых уведомлений при поступлении новой почты.
- Поддержка нескольких Mail.ru аккаунтов.                    

Extension Basic Information

Name Checker Mail.ru Checker Mail.ru
ID fkhjifjohobgjbmmlgoieigpdaglpfci
Official URL https://chromewebstore.google.com/detail/checker-mailru/fkhjifjohobgjbmmlgoieigpdaglpfci
Description Displays the number of unread messages in the Mail.ru mailbox
File Size 722 KB
Installation Count 11,166
Current Version 1.7.2
Last Updated 2020-10-29
Publish Date 2020-06-10
Rating 3.23/5 Total 47 Ratings
Developer https://sovetit.ru
Email [email protected]
Payment Type free
Extension Website https://sovetit.ru/chrome-extension/checker-mailru/
Help Page URL https://sovetit.ru/chrome-extension/checker-mailru/support/
Privacy Policy Page URL https://sovetit.ru/chrome-extension/privacy-policy
Supported Languages en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "version": "1.7.2",
    "manifest_version": 2,
    "default_locale": "ru",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "img\/ico_panel.png"
    },
    "icons": {
        "16": "img\/16_activ.png",
        "48": "img\/48_activ.png",
        "128": "img\/128_activ.png"
    },
    "permissions": [
        "idle",
        "notifications",
        "https:\/\/mail.ru\/*",
        "https:\/\/www.mail.ru\/*",
        "https:\/\/e.mail.ru\/*",
        "https:\/\/auth.mail.ru\/*",
        "https:\/\/touch.mail.ru\/*",
        "https:\/\/filin.mail.ru\/*",
        "https:\/\/portal.mail.ru\/*",
        "https:\/\/mailru-checker-api.e.mail.ru\/*"
    ],
    "options_page": "options.html"
}