Zoom in Chrome
별도의 설치 없이 줌 화상회의를 브라우저로!
Zoom in Chromeとは何ですか?
Zoom in Chromeは이종우によって開発されたChromeの拡張機能で、その主な機能は「별도의 설치 없이 줌 화상회의를 브라우저로!」です。
拡張機能のスクリーンショット
Zoom in Chrome拡張機能のCRXファイルをダウンロード
Zoom in Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Zoom 화상회의 웹 기반으로 연결시켜주는 서비스입니다.
拡張機能の基本情報
名前 | |
ID | dbapihfgdnnlbhmjhkfcfljagpnkfbcl |
公式URL | https://chrome.google.com/webstore/detail/zoom-in-chrome/dbapihfgdnnlbhmjhkfcfljagpnkfbcl |
説明 | 별도의 설치 없이 줌 화상회의를 브라우저로! |
ファイルサイズ | 365 KB |
インストール数 | 130 |
現在のバージョン | 1.2 |
最終更新日 | 2021-04-23 |
公開日 | 2021-04-23 |
開発者 | 이종우 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zoom in Chrome", "short_name": "ZOOM", "version": "1.2", "description": "\ubcc4\ub3c4\uc758 \uc124\uce58 \uc5c6\uc774 \uc90c \ud654\uc0c1\ud68c\uc758\ub97c \ube0c\ub77c\uc6b0\uc800\ub85c!", "author": "Jongwoo Lee", "offline_enabled": false, "permissions": [], "browser_action": { "default_icon": "Images\/icon_sidebar.png", "default_popup": "HTML\/popup.html", "default_title": "ZOOM \ud074\ub77c\uc6b0\ub4dc \ud68c\uc758", "use_navigation_bar": false }, "icons": { "16": "Images\/icon_16.png", "32": "Images\/icon_32.png", "128": "Images\/icon_128.png" } } |