Momentum Google Meet Auto Recorder
Automatically ask to start recording when you join a Google Meet meeting.
Cos'è Momentum Google Meet Auto Recorder?
Momentum Google Meet Auto Recorder è un'estensione di Chrome sviluppata da Momentum, e la sua funzione principale è "Automatically ask to start recording when you join a Google Meet meeting.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Momentum Google Meet Auto Recorder
Scarica i file di estensione Momentum Google Meet Auto Recorder 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
Never forget to record a call again. The Google Meet Auto Recorder will automatically ask to start recording whenever you join a Google Meet meeting.
Informazioni di Base sull'Estensione
Nome | Momentum Google Meet Auto Recorder |
ID | iaoodamngmdoekemidaekbdabpnmonco |
URL Ufficiale | https://chromewebstore.google.com/detail/momentum-google-meet-auto/iaoodamngmdoekemidaekbdabpnmonco |
Descrizione | Automatically ask to start recording when you join a Google Meet meeting. |
Dimensione del File | 13.08 KB |
Conteggio Installazioni | 132 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2023-10-30 |
Data di Pubblicazione | 2023-09-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Momentum |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.momentum.io/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Momentum Google Meet Auto Recorder", "version": "1.1", "permissions": [], "description": "Automatically ask to start recording when you join a Google Meet meeting.", "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "js\/content.js" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |