Google Meet Push to Talk

Enable push to talk functionality in Google Meet

Wat is Google Meet Push to Talk?

Google Meet Push to Talk is een Chrome-extensie ontwikkeld door JCW Services, en de belangrijkste functie is "Enable push to talk functionality in Google Meet".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Meet Push to Talk

Download Google Meet Push to Talk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Google Meet Push to Talk Google Meet Push to Talk
ID lmbeadglfeffhemaffjdgfbgmiggafkg
Officiële URL https://chromewebstore.google.com/detail/google-meet-push-to-talk/lmbeadglfeffhemaffjdgfbgmiggafkg
Beschrijving Enable push to talk functionality in Google Meet
Bestandsgrootte 95.2 KB
Aantal Installaties 24,051
Huidige Versie 1.0.6
Laatst Bijgewerkt 2021-05-28
Publicatiedatum 2020-05-28
Beoordeling 3.36/5 Totaal 28 Beoordelingen
Ontwikkelaar JCW Services
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}