Voice messaging for Slack
Voice messaging for Slack
What is Voice messaging for Slack?
Voice messaging for Slack is a Chrome extension developed by TalkTalkMe, and its main feature is "Voice messaging for Slack".
Extension Screenshots
Download Voice messaging for Slack Extension CRX File
Download Voice messaging for Slack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The easiest way to send audio messages directly on Slack! One solution for any platform: Mac / Win / iOS / Android / Linux
Extension Basic Information
Name | Voice messaging for Slack |
ID | ihfkhgckbedgchaklhjhiohpdcafhdmj |
Official URL | https://chromewebstore.google.com/detail/voice-messaging-for-slack/ihfkhgckbedgchaklhjhiohpdcafhdmj |
Description | Voice messaging for Slack |
File Size | 85.66 KB |
Installation Count | 7,359 |
Current Version | 1.0.20 |
Last Updated | 2022-09-16 |
Publish Date | 2020-06-25 |
Rating | 3.67/5 Total 6 Ratings |
Developer | TalkTalkMe |
[email protected] | |
Payment Type | free |
Extension Website | https://talk-talk.me |
Help Page URL | https://talk-talk.me/contact |
Privacy Policy Page URL | https://talk-talk.me/privacy |
Supported Languages | 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": [] } |