Voice messaging for Slack
Voice messaging for Slack
Voice messaging for Slackとは何ですか?
Voice messaging for SlackはTalkTalkMeによって開発されたChromeの拡張機能で、その主な機能は「Voice messaging for Slack」です。
拡張機能のスクリーンショット
Voice messaging for Slack拡張機能のCRXファイルをダウンロード
Voice messaging for Slack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The easiest way to send audio messages directly on Slack! One solution for any platform: Mac / Win / iOS / Android / Linux
拡張機能の基本情報
名前 | 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 |
Eメール | [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": [] } |