mattermost-chrome-badge
A chrome plugin to show the number of unread messages in mattermost.
mattermost-chrome-badge là gì?
mattermost-chrome-badge là một tiện ích mở rộng Chrome được phát triển bởi Michel D, và tính năng chính của nó là "A chrome plugin to show the number of unread messages in mattermost.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng mattermost-chrome-badge
Tải xuống các tệp mở rộng mattermost-chrome-badge 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | mattermost-chrome-badge |
ID | ahmlpiknebpepidendbfmflbipgbioob |
URL Chính Thức | https://chromewebstore.google.com/detail/mattermost-chrome-badge/ahmlpiknebpepidendbfmflbipgbioob |
Mô tả | A chrome plugin to show the number of unread messages in mattermost. |
Kích Thước Tệp | 71.28 KB |
Số Lần Cài Đặt | 1,135 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2016-03-18 |
Ngày Phát Hành | 2016-03-18 |
Đánh Giá | 4.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Michel D |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dahdahm/mattermost-chrome-badge |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |