Google Meet Push to Talk

Enable push to talk functionality in Google Meet

ما هو Google Meet Push to Talk؟

Google Meet Push to Talk هو إضافة Chrome تم تطويرها بواسطة JCW Services، والميزة الرئيسية لها هي "Enable push to talk functionality in Google Meet".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Meet Push to Talk

قم بتنزيل ملفات الامتداد Google Meet Push to Talk بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension is for Google Meet

This will enable simple push to talk functionality to make it easier to only have your microphone on when talk to prevent feedback especially in large meetings

When the spacebar is pressed down it will unmute the microphone and when released it will mute the microphone

Code - https://github.com/jcw-os/google-meet-ptt                    

معلومات أساسية عن التمديد

الاسم Google Meet Push to Talk Google Meet Push to Talk
ID lmbeadglfeffhemaffjdgfbgmiggafkg
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-meet-push-to-talk/lmbeadglfeffhemaffjdgfbgmiggafkg
الوصف Enable push to talk functionality in Google Meet
حجم الملف 95.2 KB
عدد التثبيتات 24,051
النسخة الحالية 1.0.6
آخر تحديث 2021-05-28
تاريخ النشر 2020-05-28
تقييم 3.36/5 مجموع تقييمات 28
المطور JCW Services
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Meet Push to Talk",
    "description": "Enable push to talk functionality in Google Meet",
    "version": "1.0.6",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png",
        "1024": "icons\/icon-1024.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/ptt.css"
            ]
        }
    ]
}