Zimbra Mail Notifier

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

ما هو Zimbra Mail Notifier؟

Zimbra Mail Notifier هو إضافة Chrome تم تطويرها بواسطة https://zimbramailnotifier.free.fr، والميزة الرئيسية لها هي "This extension notifies you when new messages arrive in your zimbra mailbox.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Zimbra Mail Notifier

قم بتنزيل ملفات الامتداد Zimbra Mail Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة http://zimbramailnotifier.free.fr/?page_id=16
عنوان صفحة سياسة الخصوصية 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"
    ]
}