Voice messaging for Slack

Voice messaging for Slack

Voice messaging for Slack란 무엇입니까?

Voice messaging for Slack은(는) TalkTalkMe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Voice messaging for Slack"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The easiest way to send audio messages directly on Slack!
One solution for any platform: Mac / Win / iOS / Android / Linux                    

확장 프로그램 기본 정보

이름 Voice messaging for Slack Voice messaging for Slack
ID ihfkhgckbedgchaklhjhiohpdcafhdmj
공식 URL https://chromewebstore.google.com/detail/voice-messaging-for-slack/ihfkhgckbedgchaklhjhiohpdcafhdmj
설명 Voice messaging for Slack
파일 크기 85.66 KB
설치 횟수 7,359
현재 버전 1.0.20
최근 업데이트 2022-09-16
출시 날짜 2020-06-25
평점 3.67/5 총 6 개의 평점
개발자 TalkTalkMe
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://talk-talk.me
도움말 페이지 URL https://talk-talk.me/contact
개인정보 보호 정책 페이지 URL https://talk-talk.me/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voice messaging for Slack",
    "description": "Voice messaging for Slack",
    "version": "1.0.20",
    "browser_action": {
        "default_icon": "icon\/main64.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "64": "icon\/main64.png",
        "128": "icon\/main128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/hot-reload.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.slack.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/jquery.min.js",
                "js\/bootstrap.min.js",
                "js\/slackvoice-content-script.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "permissions": []
}