Always Show Slack Workspace Switcher Sidebar
This extension spoofs the user agent to trick Slack into showing its workspace switcher in a browser.
Always Show Slack Workspace Switcher Sidebar란 무엇입니까?
Always Show Slack Workspace Switcher Sidebar은(는) Monogon SE에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension spoofs the user agent to trick Slack into showing its workspace switcher in a browser."입니다.
확장 프로그램 스크린샷
Always Show Slack Workspace Switcher Sidebar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Slack's web client has a perfectly fine workspace switcher sidebar, but they only show it to you on a Chromebook (it would appear that they're lawful evil and really want you to download their native Electron client instead, web user experience be damned).
확장 프로그램 기본 정보
이름 | Always Show Slack Workspace Switcher Sidebar |
ID | diebigeemhcipelnipggjihcmgjlacge |
공식 URL | https://chromewebstore.google.com/detail/always-show-slack-workspa/diebigeemhcipelnipggjihcmgjlacge |
설명 | This extension spoofs the user agent to trick Slack into showing its workspace switcher in a browser. |
파일 크기 | 7.63 KB |
설치 횟수 | 488 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-02-06 |
출시 날짜 | 2021-02-05 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | Monogon SE |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/leoluk/slack-workspace-sidebar |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Always Show Slack Workspace Switcher Sidebar", "version": "1.0", "description": "This extension spoofs the user agent to trick Slack into showing its workspace switcher in a browser.", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/app.slack.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "*.js" ], "matches": [ "*:\/\/app.slack.com\/*" ] } ] } |