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 |
公式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 |
Eメール | [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" } ] } |