Camp K12 Screen Sharing
This extension enables you to share your screen with other participants in a Camp K12 LIVE virtual classroom.
Τι είναι το Camp K12 Screen Sharing;
Το Camp K12 Screen Sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://campk12.live, και η κύρια λειτουργία του είναι "This extension enables you to share your screen with other participants in a Camp K12 LIVE virtual classroom.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Camp K12 Screen Sharing
Λήψη αρχείων επέκτασης Camp K12 Screen Sharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Camp K12 Live is an online learning platform that allows teachers to host classes for groups of students located anywhere in the world. Teachers can share up to two screens, audio, webcam footage, and communicate with students in the classroom via private or group chat. Students can also share their screen when teacher permits them to, can view informational slides with content relevant to the course, and access project files, downloads, and other course resources. This extension is required to be able to share screens (as a teacher or as a student) from within a Camp K12 LIVE virtual classroom. The extension allows you to share either the entire screen or pick individual windows to share. Try out the live-video based learning platform here: https://campk12.live
Βασικές Πληροφορίες Επέκτασης
Όνομα | Camp K12 Screen Sharing |
ID | blmhpklihflnileblgjlkngmanennclo |
Επίσημο URL | https://chromewebstore.google.com/detail/camp-k12-screen-sharing/blmhpklihflnileblgjlkngmanennclo |
Περιγραφή | This extension enables you to share your screen with other participants in a Camp K12 LIVE virtual classroom. |
Μέγεθος Αρχείου | 97.74 KB |
Αριθμός Εγκαταστάσεων | 222 |
Τρέχουσα Έκδοση | 2.0 |
Τελευταία Ενημέρωση | 2017-01-05 |
Ημερομηνία Δημοσίευσης | 2017-01-05 |
Αξιολόγηση | 4.90/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | https://campk12.live |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://campk12.live |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Camp K12 Screen Sharing", "author": "Camp K12", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension enables you to share your screen with other participants in a Camp K12 LIVE virtual classroom.", "homepage_url": "https:\/\/campk12.live", "incognito": "spanning", "offline_enabled": true, "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.campk12.live\/*", "https:\/\/*.campk12.com\/*", "https:\/\/campk12live-v1.herokuapp.com\/*", "*:\/\/localhost\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |