Slack real names + handles
Display slack handles alongside real names.
Slack real names + handles क्या है?
Slack real names + handles Joe Shaw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display slack handles alongside real names."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Slack real names + handles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } ] } |