Yermah

Receive notifications when new messages arrive on Yammer.

Yermah là gì?

Yermah là một tiện ích mở rộng Chrome được phát triển bởi robinminto, và tính năng chính của nó là "Receive notifications when new messages arrive on Yammer.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yermah

Tải xuống các tệp mở rộng Yermah dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yermah Yermah
ID ibbfjfjjdkkmfmcdcgpacdknofeoefji
URL Chính Thức https://chromewebstore.google.com/detail/yermah/ibbfjfjjdkkmfmcdcgpacdknofeoefji
Mô tả Receive notifications when new messages arrive on Yammer.
Kích Thước Tệp 51.18 KB
Số Lần Cài Đặt 318
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2013-10-14
Ngày Phát Hành 2013-10-14
Đánh Giá 4.31/5 Tổng số 13 Đánh Giá
Nhà Phát Triển robinminto
Loại Thanh Toán free
Trang Web Mở Rộng https://bitbucket.org/robinminto/yermah/wiki/Home
URL Trang Trợ Giúp https://bitbucket.org/robinminto/yermah/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}