Wyzant Screen Sharing
This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
Was ist Wyzant Screen Sharing?
Wyzant Screen Sharing ist eine Chrome-Erweiterung, die von Wyzant, Inc entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension enables screen sharing for the Wyzant online tutoring platform.".
Erweiterungsscreenshots
Wyzant Screen Sharing-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wyzant Screen Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Wyzant connects students, parents, and tutors and facilitates seamless person to person learning. To learn more, visit wyzant.com.
Grundlegende Informationen zur Erweiterung
Name | Wyzant Screen Sharing |
ID | ggbjpoaaoeklmpdfjcbgenmbdjhecjjp |
Offizielle URL | https://chromewebstore.google.com/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp |
Beschreibung | This Chrome extension enables screen sharing for the Wyzant online tutoring platform. |
Dateigröße | 20.08 KB |
Installationsanzahl | 20,000 |
Aktuelle Version | 2.0.1 |
Letztes Update | 2018-04-20 |
Veröffentlichungsdatum | 2018-04-20 |
Bewertung | 3.54/5 Insgesamt 13 Bewertungen |
Entwickler | Wyzant, Inc |
Zahlungsart | free |
Erweiterungswebsite | https://chrome.google.com/webstore/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp?hl=en |
Hilfeseite URL | https://wyzant.com/Online/FAQ |
Unterstützte Sprachen | 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" ] } |