Zimbra Mail Notifier

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

Zimbra Mail Notifier क्या है?

Zimbra Mail Notifier https://zimbramailnotifier.free.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension notifies you when new messages arrive in your zimbra mailbox."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zimbra Mail Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Zimbra Mail Notifier Zimbra Mail Notifier
ID kglapfficgodpkmenjfpfcignofghanc
आधिकारिक URL https://chromewebstore.google.com/detail/zimbra-mail-notifier/kglapfficgodpkmenjfpfcignofghanc
विवरण This extension notifies you when new messages arrive in your zimbra mailbox.
फ़ाइल का आकार 269 KB
स्थापना संख्या 5,339
वर्तमान संस्करण 2.7.5
अंतिम अपडेट 2021-03-31
प्रकाशन तिथि 2019-03-05
रेटिंग 4.10/5 कुल 51 रेटिंग्स
डेवलपर https://zimbramailnotifier.free.fr
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://zimbramailnotifier.free.fr/
सहायता पृष्ठ URL http://zimbramailnotifier.free.fr/?page_id=16
गोपनीयता नीति पृष्ठ URL http://zimbramailnotifier.free.fr?page_id=127
समर्थित भाषाएँ 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"
    ]
}