TrueConf Content Sharing Extension
This extension is designed to share content in TrueConf WebRTC conferences.
Τι είναι το TrueConf Content Sharing Extension;
Το TrueConf Content Sharing Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://trueconf.com, και η κύρια λειτουργία του είναι "This extension is designed to share content in TrueConf WebRTC conferences.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TrueConf Content Sharing Extension
Λήψη αρχείων επέκτασης TrueConf Content Sharing Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Share your desktop or a specific application, show slides, photos, videos or documents during an in-browser conference! With TrueConf Server, quality content is just one click away. TrueConf extension allows you to share your content in WebRTC video conferences for up to 250 users. You can invite people to join your conferences by sending them a link. TrueConf video conferences are fully secured and you are always in control of what is shared and when it is shared. The extension is compatible with Google Chrome 50+ and Chromium browsers. To share your content, install this application, refresh your web conference page and choose which tab to show.
Βασικές Πληροφορίες Επέκτασης
Όνομα | TrueConf Content Sharing Extension |
ID | plphehondjjchhnmgaaabelaobbkjofc |
Επίσημο URL | https://chromewebstore.google.com/detail/trueconf-content-sharing/plphehondjjchhnmgaaabelaobbkjofc |
Περιγραφή | This extension is designed to share content in TrueConf WebRTC conferences. |
Μέγεθος Αρχείου | 28.74 KB |
Αριθμός Εγκαταστάσεων | 1,959 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2018-02-21 |
Ημερομηνία Δημοσίευσης | 2018-02-21 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://trueconf.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://trueconf.com/products/server/video-conferencing-server.html |
Υποστηριζόμενες Γλώσσες | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "author": "TrueConf", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.5", "manifest_version": 2, "minimum_chrome_version": "50", "homepage_url": "https:\/\/trueconf.com\/", "icons": { "16": "icons\/logo_16.png", "24": "icons\/logo_24.png", "32": "icons\/logo_32.png", "48": "icons\/logo_48.png", "64": "icons\/logo_64.png", "128": "icons\/logo_128.png" }, "background": { "scripts": [ "config.js", "common.js", "chromeRequestHandler.js", "chromeDesktopCapture.js", "background.js" ] }, "content_scripts": [ { "js": [ "config.js", "common.js", "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/public\/*", "*:\/\/*\/c\/*", "*:\/\/*\/webrtc\/*" ] } ], "permissions": [ "desktopCapture", "tabs" ] } |