Zimbra Notifications
Alerts you whenever you receive new messages in your Zimbra account
O que é Zimbra Notifications?
Zimbra Notifications é uma extensão do Chrome desenvolvida por hkmarques, e sua principal característica é "Alerts you whenever you receive new messages in your Zimbra account".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Zimbra Notifications
Baixe arquivos de extensão Zimbra Notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 :)
Informações Básicas da Extensão
Nome | Zimbra Notifications |
ID | cfeibfcnlhjphnlphpbkhfhlakgegpoe |
URL Oficial | https://chromewebstore.google.com/detail/zimbra-notifications/cfeibfcnlhjphnlphpbkhfhlakgegpoe |
Descrição | Alerts you whenever you receive new messages in your Zimbra account |
Tamanho do Arquivo | 266 KB |
Contagem de Instalações | 320 |
Versão Atual | 1.0.3 |
Última Atualização | 2014-09-26 |
Data de Publicação | 2014-09-26 |
Classificação | 3.83/5 Total de 6 Avaliações |
Desenvolvedor | hkmarques |
Tipo de Pagamento | free |
Site da Extensão | https://bitbucket.org/hkmarques/zimbra-notifications |
Idiomas Suportados | 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": [ " |