Zoom Manager
Join a zoom meeting with one click
What is Zoom Manager?
Zoom Manager is a Chrome extension developed by yamacrypt, and its main feature is "Join a zoom meeting with one click".
Extension Screenshots
Download Zoom Manager Extension CRX File
Download Zoom Manager 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
You can store a zoom meeting ID and password or link to open a meeting ,and open the meeting with one click.
Extension Basic Information
Name | |
ID | aeokifenhfpjibjiobmhjdcfihmofgph |
Official URL | https://chrome.google.com/webstore/detail/zoom-manager/aeokifenhfpjibjiobmhjdcfihmofgph |
Description | Join a zoom meeting with one click |
File Size | 143 KB |
Installation Count | 439 |
Current Version | 3.0.0 |
Last Updated | 2020-11-16 |
Publish Date | 2020-11-11 |
Developer | yamacrypt |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zoom Manager", "version": "3.0.0", "manifest_version": 2, "description": "Join a zoom meeting with one click", "permissions": [ "storage" ], "browser_action": { "default_title": "", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |