Voice Messages for Slack

Record voice messages and send them in Slack

Voice Messages for Slack क्या है?

Voice Messages for Slack Vadim Demedes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record voice messages and send them in Slack"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Voice Messages for Slack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With a click of a button you can record a voice message and send it to anyone in your workspace, all inside Slack. If you ever felt like not wanting to type a long message or another meeting, use this extension to quickly send your thoughts!

After you install this extension, a new button with a microphone icon will be added to the message bar in Slack.

1. Click the button with a microphone
2. Allow this extension to use your microphone (you only need to do this once)
3. Record your voice message
4. Drag & drop downloaded audio file into a dialog in Slack
5. Send message

Your recordings aren't sent anywhere and are only stored locally on your machine.                    

एक्सटेंशन की मूल जानकारी

नाम Voice Messages for Slack Voice Messages for Slack
ID onafjdeemadmhlhlelfalpfanmfemodi
आधिकारिक URL https://chromewebstore.google.com/detail/voice-messages-for-slack/onafjdeemadmhlhlelfalpfanmfemodi
विवरण Record voice messages and send them in Slack
फ़ाइल का आकार 339 KB
स्थापना संख्या 546
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2020-08-22
प्रकाशन तिथि 2020-08-21
रेटिंग 1.00/5 कुल 2 रेटिंग्स
डेवलपर Vadim Demedes
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/vadimdemedes/slack-voice-messages
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voice Messages for Slack",
    "version": "1.1.0",
    "description": "Record voice messages and send them in Slack",
    "manifest_version": 2,
    "icons": {
        "32": "assets\/logo32.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "permissions": [
        "*:\/\/*.slack.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.slack.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}