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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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\/*"
            ]
        }
    ]
}