Google Meet Push to Talk
Enable push to talk functionality in Google Meet
Cos'è Google Meet Push to Talk?
Google Meet Push to Talk è un'estensione di Chrome sviluppata da JCW Services, e la sua funzione principale è "Enable push to talk functionality in Google Meet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Meet Push to Talk
Scarica i file di estensione Google Meet Push to Talk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Google Meet Push to Talk |
ID | lmbeadglfeffhemaffjdgfbgmiggafkg |
URL Ufficiale | https://chromewebstore.google.com/detail/google-meet-push-to-talk/lmbeadglfeffhemaffjdgfbgmiggafkg |
Descrizione | Enable push to talk functionality in Google Meet |
Dimensione del File | 95.2 KB |
Conteggio Installazioni | 24,051 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2021-05-28 |
Data di Pubblicazione | 2020-05-28 |
Valutazione | 3.36/5 Totale 28 Valutazioni |
Sviluppatore | JCW Services |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |