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                     扩展基本信息
| 名称 |   |  
| 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": []
}  |  |