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"입니다.

확장 프로그램 스크린샷

screenshot

Voice Messages for Slack 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    ]
}