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]
拡張機能の基本情報
名前 | A-Zoom Manager |
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 |
Eメール | [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'" } |