Springboard Screen Share
Screen sharing for Springboard’s weekly student/mentor calls.
Τι είναι το Springboard Screen Share;
Το Springboard Screen Share είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.springboard.com, και η κύρια λειτουργία του είναι "Screen sharing for Springboard’s weekly student/mentor calls.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Springboard Screen Share
Λήψη αρχείων επέκτασης Springboard Screen Share σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Share your screen during your weekly calls! This extension makes it easy to share projects, documents and more. Springboard’s extension is built with WebRTC, and requires a WebRTC-compliant browser such as Chrome or Firefox.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Springboard Screen Share |
ID | pcjcjlkgaifenbpoojjeemocglhjhdpo |
Επίσημο URL | https://chromewebstore.google.com/detail/springboard-screen-share/pcjcjlkgaifenbpoojjeemocglhjhdpo |
Περιγραφή | Screen sharing for Springboard’s weekly student/mentor calls. |
Μέγεθος Αρχείου | 62.16 KB |
Αριθμός Εγκαταστάσεων | 287 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2016-06-16 |
Ημερομηνία Δημοσίευσης | 2016-06-16 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://www.springboard.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.springboard.com/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Springboard Screen Share", "short_name": "Springboard Screen Share", "author": { "name": "Sliderule Labs Inc." }, "version": "1.0.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Screen sharing for Springboard\u2019s weekly student\/mentor calls.", "homepage_url": "https:\/\/www.springboard.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.springboard.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |