Slack real names + handles
Display slack handles alongside real names.
什么是Slack real names + handles?
Slack real names + handles是由Joe Shaw开发的Chrome扩展程序,该扩展的主要功能是“Display slack handles alongside real names.”。
扩展截图
下载Slack real names + handles扩展crx文件
下载Slack real names + handles扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Slack real names + handles |
ID | hlebmnlokgglggfmafocplopinfpkiad |
官方URL | https://chromewebstore.google.com/detail/slack-real-names-+-handle/hlebmnlokgglggfmafocplopinfpkiad |
简介 | Display slack handles alongside real names. |
文件大小 | 10.94 KB |
安装次数 | 76 |
当前版本 | 0.1 |
更新时间 | 2016-06-07 |
上架时间 | 2016-06-07 |
评分 | 4.00/5 共3次评分 |
开发者 | Joe Shaw |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } ] } |