WSE DC Screen Sharing
This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students.
Qu'est-ce que WSE DC Screen Sharing ?
WSE DC Screen Sharing est une extension Chrome développée par WSE Hong Kong Limited, et sa fonction principale est "This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WSE DC Screen Sharing
Téléchargez les fichiers d'extension WSE DC Screen Sharing 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
This Chrome extension has been developed to allow the teacher of a Wall Street English Digital Classroom session to share their screen to their students. Teachers can use this extension to share their screen or application windows in order for the students to see what is on the screen.
Informations de Base sur l'Extension
Nom | WSE DC Screen Sharing |
ID | pahhhcpdpgopkpgaemgdckngokjanlof |
URL Officiel | https://chromewebstore.google.com/detail/wse-dc-screen-sharing/pahhhcpdpgopkpgaemgdckngokjanlof |
Description | This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students. |
Taille du Fichier | 13.68 KB |
Nombre d'Installations | 193 |
Version Actuelle | 3.1 |
Dernière Mise à Jour | 2019-07-02 |
Date de Publication | 2019-07-02 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | WSE Hong Kong Limited |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WSE DC Screen Sharing", "author": "WSE.", "version": "3.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students.", "homepage_url": "https:\/\/www.wallstreetenglish.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.wallstreetenglish.com\/*", "https:\/\/*.wallstreetenglish.com.cn\/*", "https:\/\/*.wallstreetenglish.cn\/*", "https:\/\/localhost:*\/*" ] }, "icons": { "16": "logo_16x16.png", "48": "logo_48x48.png", "128": "logo_128x128.png" }, "browser_action": { "default_icon": "logo_128x128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "logo_128x128.png" ] } |