Yermah
Receive notifications when new messages arrive on Yammer.
Qu'est-ce que Yermah ?
Yermah est une extension Chrome développée par robinminto, et sa fonction principale est "Receive notifications when new messages arrive on Yammer.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yermah
Téléchargez les fichiers d'extension Yermah au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Yermah |
ID | ibbfjfjjdkkmfmcdcgpacdknofeoefji |
URL Officiel | https://chromewebstore.google.com/detail/yermah/ibbfjfjjdkkmfmcdcgpacdknofeoefji |
Description | Receive notifications when new messages arrive on Yammer. |
Taille du Fichier | 51.18 KB |
Nombre d'Installations | 318 |
Version Actuelle | 0.4.0 |
Dernière Mise à Jour | 2013-10-14 |
Date de Publication | 2013-10-14 |
Évaluation | 4.31/5 Total 13 Évaluations |
Développeur | robinminto |
Type de Paiement | free |
Site Web de l'Extension | https://bitbucket.org/robinminto/yermah/wiki/Home |
URL de la Page d'Aide | https://bitbucket.org/robinminto/yermah/issues |
Langues Prises en Charge | 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" } } |