WEHAGO 화상대화
언제 어디서든 인터넷 연결만으로 실시간 회의와 대화가 가능한 WEHAGO 화상대화
What is WEHAGO 화상대화?
WEHAGO 화상대화 is a Chrome extension developed by douzone, and its main feature is "언제 어디서든 인터넷 연결만으로 실시간 회의와 대화가 가능한 WEHAGO 화상대화".
Extension Screenshots
Download WEHAGO 화상대화 Extension CRX File
Download WEHAGO 화상대화 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
1. 소개 전세계 사람들과 언제 어디서든 인터넷 연결만으로 실시간 회의와 대화가 가능한 WEHAGO화상대화 2. 특징 WEHAGO 화상대화는 WEHAGO 비즈니스 플랫폼의 화상대화 서비스로 WEHAGO 사용자 뿐만 아니라 일반인도 회원가입/로그인 없이 참여 가능합니다. 음성/화상 대화, 화면공유, 채팅 등의 편리한 기능을 활용하여 멀리 있는 누구와도 효율적인 회의가 가능합니다. 3. 주요기능 - 최대 30명 동시 참여 가능 - 화면 공유기능 제공 - 채팅 기능 제공
Extension Basic Information
Name | |
ID | eljddogfdgnndbemlmjgmocgjpniamie |
Official URL | https://chromewebstore.google.com/detail/wehago-%ED%99%94%EC%83%81%EB%8C%80%ED%99%94/eljddogfdgnndbemlmjgmocgjpniamie |
Description | 언제 어디서든 인터넷 연결만으로 실시간 회의와 대화가 가능한 WEHAGO 화상대화 |
File Size | 72.99 KB |
Installation Count | 9,240 |
Current Version | 1.0.16 |
Last Updated | 2023-09-07 |
Publish Date | 2019-07-04 |
Rating | 5.00/5 Total 9 Ratings |
Developer | douzone |
[email protected] | |
Payment Type | free |
Extension Website | https://video.wehago.com |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WEHAGO \ud654\uc0c1\ub300\ud654", "description": "\uc5b8\uc81c \uc5b4\ub514\uc11c\ub4e0 \uc778\ud130\ub137 \uc5f0\uacb0\ub9cc\uc73c\ub85c \uc2e4\uc2dc\uac04 \ud68c\uc758\uc640 \ub300\ud654\uac00 \uac00\ub2a5\ud55c WEHAGO \ud654\uc0c1\ub300\ud654", "version": "1.0.16", "minimum_chrome_version": "34", "icons": { "16": "rtc-logo-16x16.png", "48": "rtc-logo-48x48.png", "128": "rtc-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/*.wehago.com\/*", "*:\/\/*.wehagol.com\/*", "*:\/\/*.wehagom.com\/*", "*:\/\/*.wehagov.com\/*", "*:\/\/*.wehagot.com\/*", "*:\/\/*.bizcubex.co.kr\/*", "*:\/\/*.douzone.com\/*", "*:\/\/*.bizboxa.com\/*", "*:\/\/*.amaranth10.co.kr\/*", "*:\/\/*.childfund.or.kr\/*", "*:\/\/*.samsunghospital.com\/*", "*:\/\/*.knuh.or.kr\/*", "*:\/\/*.koita.or.kr\/*" ] } } |