Yermah

Receive notifications when new messages arrive on Yammer.

什么是Yermah?

Yermah是由robinminto开发的Chrome扩展程序,该扩展的主要功能是“Receive notifications when new messages arrive on Yammer.”。

扩展截图

screenshot

下载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 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"
    }
}