Zimbra Notifications
Alerts you whenever you receive new messages in your Zimbra account
Zimbra Notifications란 무엇입니까?
Zimbra Notifications은(는) hkmarques에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Alerts you whenever you receive new messages in your Zimbra account"입니다.
확장 프로그램 스크린샷
Zimbra Notifications 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |