Springboard Screen Share
Screen sharing for Springboard’s weekly student/mentor calls.
Cos'è Springboard Screen Share?
Springboard Screen Share è un'estensione di Chrome sviluppata da https://www.springboard.com, e la sua funzione principale è "Screen sharing for Springboard’s weekly student/mentor calls.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Springboard Screen Share
Scarica i file di estensione Springboard Screen Share in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Springboard Screen Share |
ID | pcjcjlkgaifenbpoojjeemocglhjhdpo |
URL Ufficiale | https://chromewebstore.google.com/detail/springboard-screen-share/pcjcjlkgaifenbpoojjeemocglhjhdpo |
Descrizione | Screen sharing for Springboard’s weekly student/mentor calls. |
Dimensione del File | 62.16 KB |
Conteggio Installazioni | 287 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-06-16 |
Data di Pubblicazione | 2016-06-16 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://www.springboard.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.springboard.com/ |
Lingue Supportate | 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" ] } |