Yermah
Receive notifications when new messages arrive on Yammer.
Apa itu Yermah?
Yermah adalah ekstensi Chrome yang dikembangkan oleh robinminto, dan fitur utamanya adalah "Receive notifications when new messages arrive on Yammer.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Yermah
Unduh file ekstensi Yermah dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Yammer is a private social network for companies. Yermah is a Chrome extension that notifies you when people that you follow on Yammer post a message or send you a private message. The icon changes from blue to red when you have new messages in Yammer and lets you know how many messages are waiting. If the icon is grey then you haven't logged into Yammer. Clicking on the icon will take you to the Yammer website. Desktop notifications are displayed for each new message using Chrome's notification system. You can set a limit on how many notifications come up. Based on code from Cain, with permission (thanks!). See the source code repository for complete history. If you have any problems with the extension, please follow the Support link to log an issue. Thanks.
Informasi Dasar Ekstensi
Nama | Yermah |
ID | ibbfjfjjdkkmfmcdcgpacdknofeoefji |
URL Resmi | https://chromewebstore.google.com/detail/yermah/ibbfjfjjdkkmfmcdcgpacdknofeoefji |
Deskripsi | Receive notifications when new messages arrive on Yammer. |
Ukuran File | 51.18 KB |
Jumlah Instalasi | 318 |
Versi Saat Ini | 0.4.0 |
Terakhir Diperbarui | 2013-10-14 |
Tanggal Publikasi | 2013-10-14 |
Penilaian | 4.31/5 Total 13 Penilaian |
Pengembang | robinminto |
Tipe Pembayaran | free |
Situs Ekstensi | https://bitbucket.org/robinminto/yermah/wiki/Home |
URL Halaman Bantuan | https://bitbucket.org/robinminto/yermah/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yermah", "version": "0.4.0", "description": "Receive notifications when new messages arrive on Yammer.", "browser_action": { "default_icon": "img\/yammer-19.png" }, "minimum_chrome_version": "5.0.0.0", "background": { "scripts": [ "lib\/background.js" ], "persistent": true }, "options_page": "options.html", "permissions": [ "tabs", "notifications", "https:\/\/www.yammer.com\/", "https:\/\/*.assets-yammer.com\/" ], "icons": { "19": "img\/yammer-19.png", "32": "img\/yammer-32.png", "48": "img\/yammer-48.png" } } |