Slack real names + handles

Display slack handles alongside real names.

Wat is Slack real names + handles?

Slack real names + handles is een Chrome-extensie ontwikkeld door Joe Shaw, en de belangrijkste functie is "Display slack handles alongside real names.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Slack real names + handles

Download Slack real names + handles-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Slack real names + handles Slack real names + handles
ID hlebmnlokgglggfmafocplopinfpkiad
Officiële URL https://chromewebstore.google.com/detail/slack-real-names-+-handle/hlebmnlokgglggfmafocplopinfpkiad
Beschrijving Display slack handles alongside real names.
Bestandsgrootte 10.94 KB
Aantal Installaties 76
Huidige Versie 0.1
Laatst Bijgewerkt 2016-06-07
Publicatiedatum 2016-06-07
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Joe Shaw
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}