mattermost-chrome-badge
A chrome plugin to show the number of unread messages in mattermost.
mattermost-chrome-badgeとは何ですか?
mattermost-chrome-badgeはMichel Dによって開発されたChromeの拡張機能で、その主な機能は「A chrome plugin to show the number of unread messages in mattermost.」です。
拡張機能のスクリーンショット
mattermost-chrome-badge拡張機能のCRXファイルをダウンロード
mattermost-chrome-badge拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A chrome badge that shows the number of unread private messages in Mattermost. It also shows if there are any new messages in channels or private groups. The badge has the following states: - grey icon with a question mark when the extension is not configured, black otherwise; - the number of unread private messages are shown in red; - the icon turns blue when there is one or more private group or channel unread messages.
拡張機能の基本情報
名前 | mattermost-chrome-badge |
ID | ahmlpiknebpepidendbfmflbipgbioob |
公式URL | https://chromewebstore.google.com/detail/mattermost-chrome-badge/ahmlpiknebpepidendbfmflbipgbioob |
説明 | A chrome plugin to show the number of unread messages in mattermost. |
ファイルサイズ | 71.28 KB |
インストール数 | 1,135 |
現在のバージョン | 1.1.1 |
最終更新日 | 2016-03-18 |
公開日 | 2016-03-18 |
評価 | 4.78/5 合計 9 レビュー |
開発者 | Michel D |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/dahdahm/mattermost-chrome-badge |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mattermost-chrome-badge", "version": "1.1.1", "manifest_version": 2, "description": "A chrome plugin to show the number of unread messages in mattermost.", "homepage_url": "https:\/\/github.com\/dahdahm\/mattermost-chrome-badge", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "96": "icons\/icon96.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon96.png", "default_title": "Mattermost Chrome Badge" }, "options_ui": { "page": "src\/options\/options.html", "chrome_style": true }, "permissions": [ "tabs", "storage" ] } |