Slack real names + handles
Display slack handles alongside real names.
What is Slack real names + handles?
Slack real names + handles is a Chrome extension developed by Joe Shaw, and its main feature is "Display slack handles alongside real names.".
Extension Screenshots
Download Slack real names + handles Extension CRX File
Download Slack real names + handles extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Slack real names + handles |
ID | hlebmnlokgglggfmafocplopinfpkiad |
Official URL | https://chromewebstore.google.com/detail/slack-real-names-+-handle/hlebmnlokgglggfmafocplopinfpkiad |
Description | Display slack handles alongside real names. |
File Size | 10.94 KB |
Installation Count | 76 |
Current Version | 0.1 |
Last Updated | 2016-06-07 |
Publish Date | 2016-06-07 |
Rating | 4.00/5 Total 3 Ratings |
Developer | Joe Shaw |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |