Voice messaging for Slack
Voice messaging for Slack
Wat is Voice messaging for Slack?
Voice messaging for Slack is een Chrome-extensie ontwikkeld door TalkTalkMe, en de belangrijkste functie is "Voice messaging for Slack".
Extensie Screenshots
Download het CRX-bestand van de extensie Voice messaging for Slack
Download Voice messaging for Slack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The easiest way to send audio messages directly on Slack!
One solution for any platform: Mac / Win / iOS / Android / Linux Basisinformatie over de Extensie
| Naam | |
| ID | ihfkhgckbedgchaklhjhiohpdcafhdmj |
| Officiële URL | https://chromewebstore.google.com/detail/voice-messaging-for-slack/ihfkhgckbedgchaklhjhiohpdcafhdmj |
| Beschrijving | Voice messaging for Slack |
| Bestandsgrootte | 85.66 KB |
| Aantal Installaties | 7,359 |
| Huidige Versie | 1.0.20 |
| Laatst Bijgewerkt | 2022-09-16 |
| Publicatiedatum | 2020-06-25 |
| Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | TalkTalkMe |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://talk-talk.me |
| Help Pagina-URL | https://talk-talk.me/contact |
| URL van de Privacybeleid Pagina | https://talk-talk.me/privacy |
| Ondersteunde Talen | 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": []
} | |