Checker Mail.ru

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

Cos'è Checker Mail.ru?

Checker Mail.ru è un'estensione di Chrome sviluppata da https://sovetit.ru, e la sua funzione principale è "Displays the number of unread messages in the Mail.ru mailbox".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Checker Mail.ru

Scarica i file di estensione Checker Mail.ru in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Checker Mail.ru Checker Mail.ru
ID fkhjifjohobgjbmmlgoieigpdaglpfci
URL Ufficiale https://chromewebstore.google.com/detail/checker-mailru/fkhjifjohobgjbmmlgoieigpdaglpfci
Descrizione Displays the number of unread messages in the Mail.ru mailbox
Dimensione del File 722 KB
Conteggio Installazioni 11,166
Versione Corrente 1.7.2
Ultimo Aggiornamento 2020-10-29
Data di Pubblicazione 2020-06-10
Valutazione 3.23/5 Totale 47 Valutazioni
Sviluppatore https://sovetit.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sovetit.ru/chrome-extension/checker-mailru/
URL della Pagina di Aiuto https://sovetit.ru/chrome-extension/checker-mailru/support/
URL della Pagina della Politica sulla Privacy https://sovetit.ru/chrome-extension/privacy-policy
Lingue Supportate 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"
}