Springboard Screen Share
Screen sharing for Springboard’s weekly student/mentor calls.
Qu'est-ce que Springboard Screen Share ?
Springboard Screen Share est une extension Chrome développée par https://www.springboard.com, et sa fonction principale est "Screen sharing for Springboard’s weekly student/mentor calls.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Springboard Screen Share
Téléchargez les fichiers d'extension Springboard Screen Share au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Springboard Screen Share |
ID | pcjcjlkgaifenbpoojjeemocglhjhdpo |
URL Officiel | https://chromewebstore.google.com/detail/springboard-screen-share/pcjcjlkgaifenbpoojjeemocglhjhdpo |
Description | Screen sharing for Springboard’s weekly student/mentor calls. |
Taille du Fichier | 62.16 KB |
Nombre d'Installations | 287 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2016-06-16 |
Date de Publication | 2016-06-16 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://www.springboard.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.springboard.com/ |
Langues Prises en Charge | 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" ] } |