Zoom post attendee tab closer
This extension will close the Zoom post attendee tab
Cos'è Zoom post attendee tab closer?
Zoom post attendee tab closer è un'estensione di Chrome sviluppata da shaun.mcavinney, e la sua funzione principale è "This extension will close the Zoom post attendee tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zoom post attendee tab closer
Scarica i file di estensione Zoom post attendee tab closer 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
Do you constantly have Zoom Post Attendee tabs open? This will automatically close them.
Informazioni di Base sull'Estensione
Nome | |
ID | lmcbckplaiijakfcdacphpekbigeadbm |
URL Ufficiale | https://chrome.google.com/webstore/detail/zoom-post-attendee-tab-cl/lmcbckplaiijakfcdacphpekbigeadbm |
Descrizione | This extension will close the Zoom post attendee tab |
Dimensione del File | 27.08 KB |
Conteggio Installazioni | 181 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2020-06-08 |
Data di Pubblicazione | 2020-06-08 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | shaun.mcavinney |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zoom post attendee tab closer", "description": "This extension will close the Zoom post attendee tab", "version": "1.6", "icons": { "128": "icon.png", "16": "icon16.png", "48": "icon48.png" }, "background": { "scripts": [ "zoomclose.js" ], "persistent": false }, "permissions": [ "tabs" ] } |