Slack real names + handles
Display slack handles alongside real names.
Co je Slack real names + handles?
Slack real names + handles je rozšíření Chrome vyvinuté Joe Shaw, a jeho hlavní funkcí je „Display slack handles alongside real names.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Slack real names + handles
Stáhněte si soubory rozšíření Slack real names + handles ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Display Slack handles alongside real names. This is especially useful on large community Slacks where you don't necessarily know everyone by handle. Ensure that "Display real names instead of usernames" is checked in the "Messages & Media" section of your preferences.
Základní Informace o Rozšíření
Název | Slack real names + handles |
ID | hlebmnlokgglggfmafocplopinfpkiad |
Oficiální URL | https://chromewebstore.google.com/detail/slack-real-names-+-handle/hlebmnlokgglggfmafocplopinfpkiad |
Popis | Display slack handles alongside real names. |
Velikost souboru | 10.94 KB |
Počet instalací | 76 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2016-06-07 |
Datum Vydání | 2016-06-07 |
Hodnocení | 4.00/5 Celkem 3 Hodnocení |
Vývojář | Joe Shaw |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slack real names + handles", "description": "Display slack handles alongside real names.", "version": "0.1", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/*.slack.com\/messages\/*" ] } ] } |