Web Meeting

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

Web Meeting क्या है?

Web Meeting leocompson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Start a web meeting (including video, audio, and chat) with your friends and right in your browser!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Web Meeting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}