Yermah

Receive notifications when new messages arrive on Yammer.

Yermah क्या है?

Yermah robinminto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Receive notifications when new messages arrive on Yammer."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yermah एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}