Mutesync mute button

Add a virtual mute button to your system tray to quickly mute Zoom, Teams, and Meet. Requires the free mütesync app.

Mutesync mute buttonคืออะไร?

Mutesync mute button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mutesync.com และคุณลักษณะหลักของมันคือ "Add a virtual mute button to your system tray to quickly mute Zoom, Teams, and Meet. Requires the free mütesync app."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mutesync mute button

ดาวน์โหลดไฟล์ส่วนขยาย Mutesync mute button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The mütesync Chrome Extension allows you to mute/unmute various video conferencing tools (Zoom, Google Meet, and Teams) from an icon that appears in your System Tray (Windows) or Menu Bar (Mac).  

Even better, the virtual mute button stays in sync! So even if you mute from the video conferencing app, use a hotkey, or the host mutes you, the virtual mute button will stay in sync. 

You must also have the mütesync free virtual mute button app for this extension to work properly. You can download the mütesync app for Mac or Windows for free at: www.mutesync.com/download 

This Chrome extension also enables the mütesync illuminated, physical mute button to work with the video conferencing tools mentioned above. Visit www.mutesync.com to learn more.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mutesync mute button Mutesync mute button
ID bgkanlpcmdofcgadmpkeifiobdlkaceg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mutesync-mute-button/bgkanlpcmdofcgadmpkeifiobdlkaceg
คำอธิบาย Add a virtual mute button to your system tray to quickly mute Zoom, Teams, and Meet. Requires the free mütesync app.
ขนาดไฟล์ 773 KB
จำนวนการติดตั้ง 1,174
เวอร์ชันปัจจุบัน 6.0.1
อัปเดตครั้งล่าสุด 2023-09-11
วันที่เผยแพร่ 2020-12-28
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://mutesync.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.mutesync.com/
URL หน้าช่วยเหลือ https://www.mutesync.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.mutemepls.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Add a virtual mute button to your system tray to quickly mute Zoom, Teams, and Meet. Requires the free m\u00fctesync app.",
    "host_permissions": [
        "https:\/\/discord.com\/*",
        "https:\/\/meet.google.com\/*",
        "https:\/\/teams.microsoft.com\/*",
        "https:\/\/teams.live.com\/*",
        "https:\/\/*.teams.microsoft.us\/*",
        "https:\/\/app.slack.com\/*",
        "https:\/\/whereby.com\/*"
    ],
    "name": "Mutesync mute button",
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "icons": {
        "16": "icon-16-disabled.png",
        "32": "icon-32-disabled.png",
        "48": "icon-48-disabled.png",
        "128": "icon-128-disabled.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src * data: blob: filesystem:; style-src 'self' data: chrome-extension-resource: 'unsafe-inline'; img-src 'self' data: chrome-extension-resource:; frame-src 'self' data: chrome-extension-resource:; font-src 'self' data: chrome-extension-resource:; media-src * data: blob: filesystem:;"
    },
    "content_scripts": [
        {
            "js": [
                "out\/content-script.js"
            ],
            "matches": [
                "https:\/\/discord.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/teams.microsoft.com\/*",
                "https:\/\/teams.live.com\/*",
                "https:\/\/*.teams.microsoft.us\/*",
                "https:\/\/app.slack.com\/*",
                "https:\/\/whereby.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/meet.google.com\/getalink",
                "https:\/\/teams.live.com\/_"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "default_popup": "popups\/default.html"
    },
    "manifest_version": 3,
    "version": "6.0.1"
}