Voice Messages for Slack
Record voice messages and send them in Slack
什麼是Voice Messages for Slack?
Voice Messages for Slack是由Vadim Demedes開發的Chrome擴展程式,該擴展的主要功能是“Record voice messages and send them in Slack”。
擴展截圖
下載Voice Messages for Slack擴展crx文件
下載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 |
ID | onafjdeemadmhlhlelfalpfanmfemodi |
官方網址 | 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" } ] } |