Always Show Slack Workspace Switcher Sidebar
This extension spoofs the user agent to trick Slack into showing its workspace switcher in a browser.
Wat is Always Show Slack Workspace Switcher Sidebar?
Always Show Slack Workspace Switcher Sidebar is een Chrome-extensie ontwikkeld door Monogon SE, en de belangrijkste functie is "This extension spoofs the user agent to trick Slack into showing its workspace switcher in a browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Always Show Slack Workspace Switcher Sidebar
Download Always Show Slack Workspace Switcher Sidebar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | Always Show Slack Workspace Switcher Sidebar |
ID | diebigeemhcipelnipggjihcmgjlacge |
Officiële URL | https://chromewebstore.google.com/detail/always-show-slack-workspa/diebigeemhcipelnipggjihcmgjlacge |
Beschrijving | This extension spoofs the user agent to trick Slack into showing its workspace switcher in a browser. |
Bestandsgrootte | 7.63 KB |
Aantal Installaties | 488 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-02-06 |
Publicatiedatum | 2021-02-05 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Monogon SE |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/leoluk/slack-workspace-sidebar |
Ondersteunde Talen | 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\/*" ] } ] } |