Slack Channel Category
enable to categorize your slack channels
Slack Channel Category란 무엇입니까?
Slack Channel Category은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "enable to categorize your slack channels"입니다.
확장 프로그램 스크린샷
Slack Channel Category 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
-------------------------- This extension enable you to categorize slack channels. By categorizing channels, you can find target channels quickly. If you are not satisfied with channels division by only Star, this extension is surely useful for you. After installing this extension, you can create category for displaying channels separately. You can do following actions to created categories. - rename: change the name of the category - edit: add channels to the category / remove channels from the category - delete: delete the category github: https://github.com/yamy1114ky/slack-channel-category
확장 프로그램 기본 정보
이름 | Slack Channel Category |
ID | djlkdalfneeoooaehkajnofonbnjfmph |
공식 URL | https://chromewebstore.google.com/detail/slack-channel-category/djlkdalfneeoooaehkajnofonbnjfmph |
설명 | enable to categorize your slack channels |
파일 크기 | 17.11 KB |
설치 횟수 | 64 |
현재 버전 | 1.0.1.3 |
최근 업데이트 | 2019-12-22 |
출시 날짜 | 2019-12-21 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/yamy1114ky/slack-channel-category |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slack Channel Category", "version": "1.0.1.3", "description": "enable to categorize your slack channels", "homepage_url": "https:\/\/github.com\/yamy1114ky\/slack-channel-category", "icons": { "16": ".\/icon\/icon16.png", "48": ".\/icon\/icon48.png", "128": ".\/icon\/icon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/app.slack.com\/*" ], "js": [ ".\/bundle.js" ] } ] } |