Voice messaging for Slack

Voice messaging for Slack

Was ist Voice messaging for Slack?

Voice messaging for Slack ist eine Chrome-Erweiterung, die von TalkTalkMe entwickelt wurde, und ihr Hauptmerkmal ist "Voice messaging for Slack".

Erweiterungsscreenshots

screenshot
screenshot

Voice messaging for Slack-Erweiterungs-CRX-Datei herunterladen

Laden Sie Voice messaging for Slack-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Voice messaging for Slack Voice messaging for Slack
ID ihfkhgckbedgchaklhjhiohpdcafhdmj
Offizielle URL https://chromewebstore.google.com/detail/voice-messaging-for-slack/ihfkhgckbedgchaklhjhiohpdcafhdmj
Beschreibung Voice messaging for Slack
Dateigröße 85.66 KB
Installationsanzahl 7,359
Aktuelle Version 1.0.20
Letztes Update 2022-09-16
Veröffentlichungsdatum 2020-06-25
Bewertung 3.67/5 Insgesamt 6 Bewertungen
Entwickler TalkTalkMe
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://talk-talk.me
Hilfeseite URL https://talk-talk.me/contact
URL der Datenschutzrichtlinien-Seite https://talk-talk.me/privacy
Unterstützte Sprachen 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": []
}