G-Meet Auto Join
Automatically join G-Meet meetings !
Cos'è G-Meet Auto Join?
G-Meet Auto Join è un'estensione di Chrome sviluppata da Prakhar Gurunani, e la sua funzione principale è "Automatically join G-Meet meetings !".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione G-Meet Auto Join
Scarica i file di estensione G-Meet Auto Join 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
Who the hell loves attending 8 A.M classes ? Someone else can do this job more efficiently. Just save the meeting specifics (URL, time, duration...). The extension enters the meeting automatically, with audio and video turned off. It departs the meeting and closes the tab when the user-specified duration is achieved. Because this is a reoccurring event, the user will not have to save the meeting information every week. Note - The extension will not work if the browser is closed (basically true for all extensions). Atleast one browser window needs to remain open for the extension to work correctly.
Informazioni di Base sull'Estensione
Nome | G-Meet Auto Join |
ID | fmnjbaiongfjhonkncinpegdeamhmbpo |
URL Ufficiale | https://chromewebstore.google.com/detail/g-meet-auto-join/fmnjbaiongfjhonkncinpegdeamhmbpo |
Descrizione | Automatically join G-Meet meetings ! |
Dimensione del File | 108 KB |
Conteggio Installazioni | 62 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-08-25 |
Data di Pubblicazione | 2022-01-21 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Prakhar Gurunani |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "G-Meet Auto Join", "description": "Automatically join G-Meet meetings !", "version": "1.0.1", "background": { "service_worker": "js\/background.js" }, "permissions": [ "alarms", "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/meet.google.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "html\/popup.html" } } |