Attend Zoom Classes
Click one button to automatically open up your next upcoming Zoom class!
What is Attend Zoom Classes?
Attend Zoom Classes is a Chrome extension developed by attendzoomclasses, and its main feature is "Click one button to automatically open up your next upcoming Zoom class!".
Extension Screenshots
Download Attend Zoom Classes Extension CRX File
Download Attend Zoom Classes 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
Click one button to automatically open up your next upcoming Zoom class!
Extension Basic Information
Name | Attend Zoom Classes |
ID | cepapmdlomgmjamfogcmnmbhppingmlg |
Official URL | https://chrome.google.com/webstore/detail/cepapmdlomgmjamfogcmnmbhppingmlg |
Description | Click one button to automatically open up your next upcoming Zoom class! |
File Size | 22.01 KB |
Installation Count | 203 |
Current Version | 3.0 |
Last Updated | 2021-01-10 |
Publish Date | 2021-01-04 |
Rating | 5.00/5 Total 9 Ratings |
Developer | attendzoomclasses |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Attend Zoom Classes", "version": "3.0", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Attend Class" } } |