Wyzant Screen Sharing
This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
Qu'est-ce que Wyzant Screen Sharing ?
Wyzant Screen Sharing est une extension Chrome développée par Wyzant, Inc, et sa fonction principale est "This Chrome extension enables screen sharing for the Wyzant online tutoring platform.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wyzant Screen Sharing
Téléchargez les fichiers d'extension Wyzant 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
Wyzant connects students, parents, and tutors and facilitates seamless person to person learning. To learn more, visit wyzant.com.
Informations de Base sur l'Extension
Nom | Wyzant Screen Sharing |
ID | ggbjpoaaoeklmpdfjcbgenmbdjhecjjp |
URL Officiel | https://chromewebstore.google.com/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp |
Description | This Chrome extension enables screen sharing for the Wyzant online tutoring platform. |
Taille du Fichier | 20.08 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2018-04-20 |
Date de Publication | 2018-04-20 |
Évaluation | 3.54/5 Total 13 Évaluations |
Développeur | Wyzant, Inc |
Type de Paiement | free |
Site Web de l'Extension | https://chrome.google.com/webstore/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp?hl=en |
URL de la Page d'Aide | https://wyzant.com/Online/FAQ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wyzant Screen Sharing", "author": "Wyzant", "version": "2.0.1", "manifest_version": 2, "minimum_chrome_version": "49", "description": "This Chrome extension enables screen sharing for the Wyzant online tutoring platform.", "homepage_url": "http:\/\/wyzant.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.wyzant.io\/*", "https:\/\/*.wyzant.com\/*", "https:\/\/*.wyzant.dog\/*", "https:\/\/*.wyzdev.com\/*", "https:\/\/*.wyzdev.dog\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "browser_action": { "default_icon": "logo16.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |