Yermah
Receive notifications when new messages arrive on Yammer.
Yermahとは何ですか?
Yermahはrobinmintoによって開発されたChromeの拡張機能で、その主な機能は「Receive notifications when new messages arrive on Yammer.」です。
拡張機能のスクリーンショット
Yermah拡張機能のCRXファイルをダウンロード
Yermah拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Yermah |
ID | ibbfjfjjdkkmfmcdcgpacdknofeoefji |
公式URL | https://chromewebstore.google.com/detail/yermah/ibbfjfjjdkkmfmcdcgpacdknofeoefji |
説明 | Receive notifications when new messages arrive on Yammer. |
ファイルサイズ | 51.18 KB |
インストール数 | 318 |
現在のバージョン | 0.4.0 |
最終更新日 | 2013-10-14 |
公開日 | 2013-10-14 |
評価 | 4.31/5 合計 13 レビュー |
開発者 | robinminto |
支払い方法 | free |
拡張機能のウェブサイト | https://bitbucket.org/robinminto/yermah/wiki/Home |
ヘルプページのURL | https://bitbucket.org/robinminto/yermah/issues |
対応言語 | 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" } } |