Zimbra Mail Notifications

Notifies when you receive new messages in your Zimbra account

Zimbra Mail Notificationsคืออะไร?

Zimbra Mail Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย José Torrecilla Álvarez และคุณลักษณะหลักของมันคือ "Notifies when you receive new messages in your Zimbra account"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zimbra Mail Notifications

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}