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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } |