Zimbra Notifications

Alerts you whenever you receive new messages in your Zimbra account

Zimbra Notificationsคืออะไร?

Zimbra Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hkmarques และคุณลักษณะหลักของมันคือ "Alerts you whenever you receive new messages in your Zimbra account"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Zimbra Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A Chrome plugin for a quick glimpse of your Zimbra Webmail unread messages with notifications.
Zimbra Notifications is an open source extension, you can download all of the code from Bitbucket at https://bitbucket.org/hkmarques/zimbra-notifications and even install the extension from the source directory or tweak it to your own taste.
Note that the extension will not ask for your user/password and you must be already logged in to your webmail account for it to retrieve your unread messages.
Icons credited to emey87 at http://emey87.deviantart.com/art/Open-envelopes-173698544.

Permissions required:

 - Access your data on all websites: this is required because your Zimbra Webmail server URL is configured in the options page and cannot be know beforehand, but that is the only external location the extension tries to access.
 - Access your tabs and browsing activity: the extension will open a new tab for your inbox only if there isn't one already open.
 - Storage: for persistent settings.
 - Notifications: this one should be straightforward :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zimbra Notifications Zimbra Notifications
ID cfeibfcnlhjphnlphpbkhfhlakgegpoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zimbra-notifications/cfeibfcnlhjphnlphpbkhfhlakgegpoe
คำอธิบาย Alerts you whenever you receive new messages in your Zimbra account
ขนาดไฟล์ 266 KB
จำนวนการติดตั้ง 320
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2014-09-26
วันที่เผยแพร่ 2014-09-26
คะแนน 3.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา hkmarques
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bitbucket.org/hkmarques/zimbra-notifications
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zimbra Notifications",
    "short_name": "Zimbra Not.",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "browser_action": {
        "default_icon": "img\/16.png",
        "default_title": "Zimbra Notifications",
        "default_popup": "mail.html"
    },
    "description": "Alerts you whenever you receive new messages in your Zimbra account",
    "manifest_version": 2,
    "version": "1.0.3",
    "permissions": [
        "",
        "tabs",
        "storage",
        "notifications"
    ],
    "background": {
        "page": "mail.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "img\/48.png"
    ],
    "options_page": "options.html"
}