Manager for VideoCallMeet video calls
Manager for VideoCallMeet to set up video calls and video conferences for meetings
Τι είναι το Manager for VideoCallMeet video calls;
Το Manager for VideoCallMeet video calls είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.redcoolmedia.net, και η κύρια λειτουργία του είναι "Manager for VideoCallMeet to set up video calls and video conferences for meetings".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Manager for VideoCallMeet video calls
Λήψη αρχείων επέκτασης Manager for VideoCallMeet video calls σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is an extension to manage the video calls to be set up with the system VideoCallMeeting in order to arrange video conferences, video calls and chats among team members or friends. VideoCallMeeting is a free and open source video conference solution built to have video calls and chats using your web browser. It is deployed on top of hubl.in. It is a pure web application based on WebRTC that can provide communication features within your web browser without needing to install anything. VideoMeeting provides both video calls and messaging. Its main features are: - Create or choose new room name or stay with the default identified with a link. - Meet anyone , anywhere, anytime from any device. - Interoperability is 100% as you only need a web browser to have video calls, video conferences or chat messaging. - Permission management integrated with your browser. Allow your browser to use your camera and microphone. - Web browser integration for audio and video means that 100% of video conferences are more efficient with sound and video. - Send emails integrated with your personal email client to even schedule calendars with the video conference calls details. - Invite your contacts to join the room: your contacts can invite their own contacts, who can invite their own contacts. - Up to 9 attendees from your desktop, smartphone or tablet. - Open, free and easy to use.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bihcjdodmhdmagafjaagbjilbmcelnjp |
Επίσημο URL | https://chrome.google.com/webstore/detail/manager-for-videocallmeet/bihcjdodmhdmagafjaagbjilbmcelnjp |
Περιγραφή | Manager for VideoCallMeet to set up video calls and video conferences for meetings |
Μέγεθος Αρχείου | 302 KB |
Αριθμός Εγκαταστάσεων | 7,000 |
Τρέχουσα Έκδοση | 1.8.0 |
Τελευταία Ενημέρωση | 2021-08-18 |
Ημερομηνία Δημοσίευσης | 2020-02-29 |
Αξιολόγηση | 3.50/5 Συνολικά 34 Αξιολογήσεις |
Προγραμματιστής | http://www.redcoolmedia.net |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.redcoolmedia.net/main-cloud-web-applications/web-apps-messaging/videomeeting-video-conference-hublin |
URL της Σελίδας Πολιτικής Απορρήτου | http://www.redcoolmedia.net/index.php/cloud-apps-policy |
Υποστηριζόμενες Γλώσσες | de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_title__", "version": "1.8.0", "description": "__MSG_description__", "default_locale": "en", "browser_action": { "default_popup": "index.html", "default_icon": "icons\/app_38.png" }, "options_page": "settings.html", "icons": { "128": "icons\/app_128.png", "48": "icons\/app_48.png", "16": "icons\/app_16.png" }, "background": { "scripts": [ "jquery-3.2.1.min.js" ] } } |