Zoom post attendee tab closer
This extension will close the Zoom post attendee tab
Apa itu Zoom post attendee tab closer?
Zoom post attendee tab closer adalah ekstensi Chrome yang dikembangkan oleh shaun.mcavinney, dan fitur utamanya adalah "This extension will close the Zoom post attendee tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Zoom post attendee tab closer
Unduh file ekstensi Zoom post attendee tab closer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Do you constantly have Zoom Post Attendee tabs open? This will automatically close them.
Informasi Dasar Ekstensi
Nama | |
ID | lmcbckplaiijakfcdacphpekbigeadbm |
URL Resmi | https://chrome.google.com/webstore/detail/zoom-post-attendee-tab-cl/lmcbckplaiijakfcdacphpekbigeadbm |
Deskripsi | This extension will close the Zoom post attendee tab |
Ukuran File | 27.08 KB |
Jumlah Instalasi | 181 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2020-06-08 |
Tanggal Publikasi | 2020-06-08 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | shaun.mcavinney |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |