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
公式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
Eメール [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"
    ]
}