Slack real names + handles

Display slack handles alongside real names.

Slack real names + handles là gì?

Slack real names + handles là một tiện ích mở rộng Chrome được phát triển bởi Joe Shaw, và tính năng chính của nó là "Display slack handles alongside real names.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slack real names + handles

Tải xuống các tệp mở rộng Slack real names + handles dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slack real names + handles Slack real names + handles
ID hlebmnlokgglggfmafocplopinfpkiad
URL Chính Thức https://chromewebstore.google.com/detail/slack-real-names-+-handle/hlebmnlokgglggfmafocplopinfpkiad
Mô tả Display slack handles alongside real names.
Kích Thước Tệp 10.94 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-06-07
Ngày Phát Hành 2016-06-07
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Joe Shaw
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}