Yermah

Receive notifications when new messages arrive on Yammer.

Yermah란 무엇입니까?

Yermah은(는) robinminto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Receive notifications when new messages arrive on Yammer."입니다.

확장 프로그램 스크린샷

screenshot

Yermah 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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