Zimbra Mail Notifier

This extension notifies you when new messages arrive in your zimbra mailbox.

Qu'est-ce que Zimbra Mail Notifier ?

Zimbra Mail Notifier est une extension Chrome développée par https://zimbramailnotifier.free.fr, et sa fonction principale est "This extension notifies you when new messages arrive in your zimbra mailbox.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Zimbra Mail Notifier

Téléchargez les fichiers d'extension Zimbra Mail Notifier 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

                        Zimbra Mail Notifier checks your Zimbra webmail account and notifies the number of unread messages.
When new message arrive in your mailbox, a system notification is posted.
You can view your next appointments (save in your Zimbra calendar) and be notified by the system.
Tracking ongoing tasks is also available.

    ★ Currently supports ★ 
All websites using default zimbra login interface (example : https://zimbra.sii.fr, https://zimbra.foncia.net/, https://zimbra.inria.fr/, ...)
And specific website : http://zimbra.free.fr

    ★ Not yet supported ★ 
All websites using a pre-authentication interface except http://zimbra.free.fr

Link to privacy policy : http://zimbramailnotifier.free.fr/?page_id=127                    

Informations de Base sur l'Extension

Nom Zimbra Mail Notifier Zimbra Mail Notifier
ID kglapfficgodpkmenjfpfcignofghanc
URL Officiel https://chromewebstore.google.com/detail/zimbra-mail-notifier/kglapfficgodpkmenjfpfcignofghanc
Description This extension notifies you when new messages arrive in your zimbra mailbox.
Taille du Fichier 269 KB
Nombre d'Installations 5,339
Version Actuelle 2.7.5
Dernière Mise à Jour 2021-03-31
Date de Publication 2019-03-05
Évaluation 4.10/5 Total 51 Évaluations
Développeur https://zimbramailnotifier.free.fr
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://zimbramailnotifier.free.fr/
URL de la Page d'Aide http://zimbramailnotifier.free.fr/?page_id=16
URL de la Page de Politique de Confidentialité http://zimbramailnotifier.free.fr?page_id=127
Langues Prises en Charge de,en,fr,tr,es,it,sr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "2.7.5",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "browser_action": {
        "default_icon": "skin\/images\/icon_disabled.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "icons": {
        "16": "skin\/images\/zimbra_mail_notifier_16.png",
        "32": "skin\/images\/zimbra_mail_notifier_32.png",
        "48": "skin\/images\/zimbra_mail_notifier_48.png",
        "64": "skin\/images\/zimbra_mail_notifier_64.png",
        "128": "skin\/images\/zimbra_mail_notifier_128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest",
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "web_accessible_resources": [
        "skin\/images\/zimbra_mail_notifier.png"
    ]
}