Voice messaging for Slack

Voice messaging for Slack

Voice messaging for Slackคืออะไร?

Voice messaging for Slack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TalkTalkMe และคุณลักษณะหลักของมันคือ "Voice messaging for Slack"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voice messaging for Slack

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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": []
}