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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |