Google Meet Push to Talk

Enable push to talk functionality in Google Meet

Qu'est-ce que Google Meet Push to Talk ?

Google Meet Push to Talk est une extension Chrome développée par JCW Services, et sa fonction principale est "Enable push to talk functionality in Google Meet".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Meet Push to Talk

Téléchargez les fichiers d'extension Google Meet Push to Talk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Google Meet Push to Talk Google Meet Push to Talk
ID lmbeadglfeffhemaffjdgfbgmiggafkg
URL Officiel https://chromewebstore.google.com/detail/google-meet-push-to-talk/lmbeadglfeffhemaffjdgfbgmiggafkg
Description Enable push to talk functionality in Google Meet
Taille du Fichier 95.2 KB
Nombre d'Installations 24,051
Version Actuelle 1.0.6
Dernière Mise à Jour 2021-05-28
Date de Publication 2020-05-28
Évaluation 3.36/5 Total 28 Évaluations
Développeur JCW Services
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}