Zimbra Mail Notifications

Notifies when you receive new messages in your Zimbra account

Zimbra Mail Notificationsとは何ですか?

Zimbra Mail NotificationsはJosé Torrecilla Álvarezによって開発されたChromeの拡張機能で、その主な機能は「Notifies when you receive new messages in your Zimbra account」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Zimbra Mail Notifications拡張機能のCRXファイルをダウンロード

Zimbra Mail Notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Permite recibir notificaciones cuando llega correo nuevo en tu cuenta de correo Zimbra.
Nota: Las versiones más recientes de Zimbra muestran estas notificaciones sin necesidad de usar esta extensión. Si usas una versión más antigua, esta extensión puede serte útil.                    

拡張機能の基本情報

名前 Zimbra Mail Notifications Zimbra Mail Notifications
ID bkfmhjninmkakhdjbpikbkfjdflapljp
公式URL https://chromewebstore.google.com/detail/zimbra-mail-notifications/bkfmhjninmkakhdjbpikbkfjdflapljp
説明 Notifies when you receive new messages in your Zimbra account
ファイルサイズ 272 KB
インストール数 293
現在のバージョン 1.2.0
最終更新日 2016-09-27
公開日 2016-09-27
評価 5.00/5 合計 1 レビュー
開発者 José Torrecilla Álvarez
Eメール [email protected]
支払い方法 free
対応言語 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "default_locale": "en",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/16.png",
            "48": "img\/48.png",
            "128": "img\/128.png",
            "256": "img\/256.png"
        },
        "default_title": "__MSG_ba_default_title__",
        "default_popup": "html\/popupDefecto.html"
    },
    "description": "__MSG_ext_description__",
    "manifest_version": 2,
    "version": "1.2.0",
    "permissions": [
        "",
        "tabs",
        "storage",
        "notifications",
        "alarms",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "js\/comun\/constantes.js",
            "js\/clases\/CoordinadorZimbra.js",
            "js\/clases\/GestorAlarma.js",
            "js\/clases\/GestorBadge.js",
            "js\/clases\/GestorMensajes.js",
            "js\/clases\/GestorNotificaciones.js",
            "js\/clases\/GestorServidor.js",
            "js\/clases\/LogZimbra.js",
            "js\/clases\/Mensaje.js",
            "js\/clases\/OpcionesStorage.js",
            "js\/clases\/ServidorZimbra.js",
            "js\/clases\/UtilesFirefox.js",
            "js\/clases\/UtilesPopup.js",
            "js\/clases\/UtilesURL.js",
            "js\/clases\/ZimbraNavegador.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "html\/opciones.html"
}