Voice Messages for Slack

Record voice messages and send them in Slack

Voice Messages for Slackคืออะไร?

Voice Messages for Slack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vadim Demedes และคุณลักษณะหลักของมันคือ "Record voice messages and send them in Slack"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voice Messages for Slack

ดาวน์โหลดไฟล์ส่วนขยาย Voice Messages for Slack ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}