Auto Meet
Continue meet with out interruptions. Accept join request effortless.
Cos'è Auto Meet?
Auto Meet è un'estensione di Chrome sviluppata da Evagoon Inc., e la sua funzione principale è "Continue meet with out interruptions. Accept join request effortless.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto Meet
Scarica i file di estensione Auto Meet 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
Focus on online meet explaining what matters the most. Install it and do not bother adding user while interrupting your meet. No need for operator to add sit and add user every time. Just install and forget. No logging, no adds, just tool that is made to ease on line meets.
Informazioni di Base sull'Estensione
Nome | Auto Meet |
ID | kjnngggoadpbmpbdghbbfecfkomokmif |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-meet/kjnngggoadpbmpbdghbbfecfkomokmif |
Descrizione | Continue meet with out interruptions. Accept join request effortless. |
Dimensione del File | 43.83 KB |
Conteggio Installazioni | 178 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2022-01-26 |
Data di Pubblicazione | 2020-10-08 |
Sviluppatore | Evagoon Inc. |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "author": "Evagoon Inc.", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "tab-icon.png", "default_title": "Auto Meet" }, "content_scripts": [ { "js": [ "js\/hello12.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] }, { "js": [ "js\/hello2.js" ], "matches": [ "*:\/\/www.amazon.in\/*" ] }, { "js": [ "js\/hello1.js" ], "matches": [ "*:\/\/www.flipkart.com\/*" ] } ], "description": "Continue meet with out interruptions. Accept join request effortless.", "icons": { "128": "icon\/icon-128.png", "16": "icon\/icon-16.png", "48": "icon\/icon-48.png" }, "manifest_version": 2, "name": "Auto Meet", "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |