Checker Mail.ru

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

Qu'est-ce que Checker Mail.ru ?

Checker Mail.ru est une extension Chrome développée par https://sovetit.ru, et sa fonction principale est "Displays the number of unread messages in the Mail.ru mailbox".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Checker Mail.ru

Téléchargez les fichiers d'extension Checker Mail.ru au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Checker Mail.ru Checker Mail.ru
ID fkhjifjohobgjbmmlgoieigpdaglpfci
URL Officiel https://chromewebstore.google.com/detail/checker-mailru/fkhjifjohobgjbmmlgoieigpdaglpfci
Description Displays the number of unread messages in the Mail.ru mailbox
Taille du Fichier 722 KB
Nombre d'Installations 11,166
Version Actuelle 1.7.2
Dernière Mise à Jour 2020-10-29
Date de Publication 2020-06-10
Évaluation 3.23/5 Total 47 Évaluations
Développeur https://sovetit.ru
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sovetit.ru/chrome-extension/checker-mailru/
URL de la Page d'Aide https://sovetit.ru/chrome-extension/checker-mailru/support/
URL de la Page de Politique de Confidentialité https://sovetit.ru/chrome-extension/privacy-policy
Langues Prises en Charge 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"
}