Zoom post attendee tab closer
This extension will close the Zoom post attendee tab
What is Zoom post attendee tab closer?
Zoom post attendee tab closer is a Chrome extension developed by shaun.mcavinney, and its main feature is "This extension will close the Zoom post attendee tab".
Extension Screenshots
Download Zoom post attendee tab closer Extension CRX File
Download Zoom post attendee tab closer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Do you constantly have Zoom Post Attendee tabs open? This will automatically close them.
Extension Basic Information
Name | |
ID | lmcbckplaiijakfcdacphpekbigeadbm |
Official URL | https://chrome.google.com/webstore/detail/zoom-post-attendee-tab-cl/lmcbckplaiijakfcdacphpekbigeadbm |
Description | This extension will close the Zoom post attendee tab |
File Size | 27.08 KB |
Installation Count | 181 |
Current Version | 1.6 |
Last Updated | 2020-06-08 |
Publish Date | 2020-06-08 |
Rating | 3.00/5 Total 2 Ratings |
Developer | shaun.mcavinney |
Payment Type | free |
Supported Languages | 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" ] } |