A-Zoom Manager
Useful extension to manage zoom meetings
What is A-Zoom Manager?
A-Zoom Manager is a Chrome extension developed by acerisdev, and its main feature is "Useful extension to manage zoom meetings".
Extension Screenshots
Download A-Zoom Manager Extension CRX File
Download A-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
A useful extension for students and professionals to save time and energy while using Zoom.
Features:
- Categorize and save zoom meetings
- Click to join and automatically copy password to clipboard
- Beautiful dark design
Made by Aceris
Contact info:
[email protected] Extension Basic Information
| Name | |
| ID | fbeielocoeimhniadlepcooihbbgaplf |
| Official URL | https://chromewebstore.google.com/detail/a-zoom-manager/fbeielocoeimhniadlepcooihbbgaplf |
| Description | Useful extension to manage zoom meetings |
| File Size | 2.24 MB |
| Installation Count | 118 |
| Current Version | 0.1.0 |
| Last Updated | 2021-04-15 |
| Publish Date | 2021-04-15 |
| Rating | 4.33/5 Total 6 Ratings |
| Developer | acerisdev |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "A-Zoom Manager",
"homepage_url": "http:\/\/localhost:8080\/",
"description": "Useful extension to manage zoom meetings",
"default_locale": "en",
"permissions": [],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "A-Zoom Manager",
"default_icon": {
"19": "icons\/19.png",
"48": "icons\/48.png"
}
},
"version": "0.1.0",
"content_security_policy": "script-src 'self' ; object-src 'self'"
} | |