A-Zoom Manager
Useful extension to manage zoom meetings
什么是A-Zoom Manager?
A-Zoom Manager是由acerisdev开发的Chrome扩展程序,该扩展的主要功能是“Useful extension to manage zoom meetings”。
扩展截图
下载A-Zoom Manager扩展crx文件
下载A-Zoom Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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] 扩展基本信息
| 名称 | |
| ID | fbeielocoeimhniadlepcooihbbgaplf |
| 官方URL | https://chromewebstore.google.com/detail/a-zoom-manager/fbeielocoeimhniadlepcooihbbgaplf |
| 简介 | Useful extension to manage zoom meetings |
| 文件大小 | 2.24 MB |
| 安装次数 | 118 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2021-04-15 |
| 上架时间 | 2021-04-15 |
| 评分 | 4.33/5 共6次评分 |
| 开发者 | acerisdev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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'"
} | |