Web Meeting

Start a web meeting (including video, audio, and chat) with your friends and right in your browser!

Web Meeting란 무엇입니까?

Web Meeting은(는) leocompson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Start a web meeting (including video, audio, and chat) with your friends and right in your browser!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Web Meeting 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Web Meeting extension enables you to easily make online meetings (video & audio conference with chat) in your browser.

Simply write a nickname, choose a meeting name and password, and then click on the join button to create or join a meeting. If a meeting with the given name already exists, you will be joined to the existing meeting, otherwise, a new meeting room will be created with the given name. Anyone with this username and password can join the created meeting. 

You can change the interface template via the template button on the left toolbar. There is also a toggle button to connect or disconnect the app from the WebSocket server.

Note: this extension uses WebSocket (wss://) and WebRTC (stun:stun) servers for communication between peers in the meeting. Please read this (https://mybrowseraddon.com/privacy-policy/web-meeting.html) page to get more info.

If you have a feature request or found a bug to report, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/web-meeting.html).                    

확장 프로그램 기본 정보

이름 Web Meeting Web Meeting
ID pocmbgcdpelogndeiihhflkbcigjojic
공식 URL https://chromewebstore.google.com/detail/web-meeting/pocmbgcdpelogndeiihhflkbcigjojic
설명 Start a web meeting (including video, audio, and chat) with your friends and right in your browser!
파일 크기 67.27 KB
설치 횟수 357
현재 버전 0.1.3
최근 업데이트 2024-03-06
출시 날짜 2020-09-07
개발자 leocompson
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mybrowseraddon.com/web-meeting.html
도움말 페이지 URL https://mybrowseraddon.com/web-meeting.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "name": "Web Meeting",
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/web-meeting.html",
    "description": "Start a web meeting (including video, audio, and chat) with your friends and right in your browser!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Web Meeting",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}