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開發的Chrome擴展程式,該擴展的主要功能是“This extension notifies you when new messages arrive in your zimbra mailbox.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Zimbra Mail Notifier擴展crx文件

下載Zimbra Mail Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}