Screen Sharing
Chrome Extension for sharing screen in video chat
Τι είναι το Screen Sharing;
Το Screen Sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jungleworks, και η κύρια λειτουργία του είναι "Chrome Extension for sharing screen in video chat".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Screen Sharing
Λήψη αρχείων επέκτασης Screen Sharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Share the screen from your computer in a video conversation, to show presentations, photos and documents. This extension lets you share your screen with other participants in a video chat, so you can hold efficient online meetings. Install it to share the screen from your computer in a video conversation, to show presentations, photos and documents. - Select which window/application or Chrome tab to share from your computer - Handles multiple screens/monitors - Participants can double-click to view your shared screen in fullscreen
Βασικές Πληροφορίες Επέκτασης
Όνομα | Screen Sharing |
ID | onnpnbcklmahhoajlilopflaandmlooa |
Επίσημο URL | https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa |
Περιγραφή | Chrome Extension for sharing screen in video chat |
Μέγεθος Αρχείου | 7.52 KB |
Αριθμός Εγκαταστάσεων | 51,594 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2019-10-14 |
Ημερομηνία Δημοσίευσης | 2019-10-14 |
Αξιολόγηση | 2.58/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | Jungleworks |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://jungleworks.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://jungleworks.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Sharing", "description": "Chrome Extension for sharing screen in video chat", "version": "1.0.5", "manifest_version": 2, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "scripts": [ "extension.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.fugu.chat\/*", "https:\/\/*.officechat.io\/*", "https:\/\/*.fuguchat.com\/*", "https:\/\/hippochat.io\/*", "https:\/\/*.muleapp.io\/*", "https:\/\/*.mazentaa.in\/*", "https:\/\/*.bulbul.io\/*", "https:\/\/*.fuelbyghq.com\/*", "https:\/\/*.xpertreach.io\/*" ] }, "permissions": [ "desktopCapture" ] } |