SimplyVideo Screensharing Extension
Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.
Τι είναι το SimplyVideo Screensharing Extension;
Το SimplyVideo Screensharing Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Meetings as a Service, και η κύρια λειτουργία του είναι "Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SimplyVideo Screensharing Extension
Λήψη αρχείων επέκτασης SimplyVideo Screensharing Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This Chrome extension enables users of the SimplyVideo web client to share their screen with other conference participants. It does this by allowing any web pages that use the SimplyVideo WebRTC implementation to have access to Chrome's screensharing facility. The first time a user shares their screen they will be prompted to allow use of this extension. On subsequent attempts to share your screen from the same domain, you will not be prompted again. If you access the SimplyVideo web client from a different domain, you will be asked again to grant that domain access to the extension.
Βασικές Πληροφορίες Επέκτασης
Όνομα | SimplyVideo Screensharing Extension |
ID | libfabeekinlfiflmceioonbbgmkfcgi |
Επίσημο URL | https://chromewebstore.google.com/detail/simplyvideo-screensharing/libfabeekinlfiflmceioonbbgmkfcgi |
Περιγραφή | Enables Screen Sharing for your SimplyVideo Virtual Meeting Space. |
Μέγεθος Αρχείου | 20.46 KB |
Αριθμός Εγκαταστάσεων | 77 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2019-08-26 |
Ημερομηνία Δημοσίευσης | 2019-08-25 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Meetings as a Service |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SimplyVideo Screensharing Extension", "description": "Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.", "version": "1.0.2", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "images\/16.png", "48": "images\/48.png" }, "permissions": [ "desktopCapture", "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "options_page": "options.html" } |