Zimbra Mail Notifier

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

Was ist Zimbra Mail Notifier?

Zimbra Mail Notifier ist eine Chrome-Erweiterung, die von https://zimbramailnotifier.free.fr entwickelt wurde, und ihr Hauptmerkmal ist "This extension notifies you when new messages arrive in your zimbra mailbox.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Zimbra Mail Notifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie Zimbra Mail Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Zimbra Mail Notifier Zimbra Mail Notifier
ID kglapfficgodpkmenjfpfcignofghanc
Offizielle URL https://chromewebstore.google.com/detail/zimbra-mail-notifier/kglapfficgodpkmenjfpfcignofghanc
Beschreibung This extension notifies you when new messages arrive in your zimbra mailbox.
Dateigröße 269 KB
Installationsanzahl 5,339
Aktuelle Version 2.7.5
Letztes Update 2021-03-31
Veröffentlichungsdatum 2019-03-05
Bewertung 4.10/5 Insgesamt 51 Bewertungen
Entwickler https://zimbramailnotifier.free.fr
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://zimbramailnotifier.free.fr/
Hilfeseite URL http://zimbramailnotifier.free.fr/?page_id=16
URL der Datenschutzrichtlinien-Seite http://zimbramailnotifier.free.fr?page_id=127
Unterstützte Sprachen 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"
    ]
}