Wyzant Screen Sharing
This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
Cos'è Wyzant Screen Sharing?
Wyzant Screen Sharing è un'estensione di Chrome sviluppata da Wyzant, Inc, e la sua funzione principale è "This Chrome extension enables screen sharing for the Wyzant online tutoring platform.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wyzant Screen Sharing
Scarica i file di estensione Wyzant Screen Sharing 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
Wyzant connects students, parents, and tutors and facilitates seamless person to person learning. To learn more, visit wyzant.com.
Informazioni di Base sull'Estensione
Nome | Wyzant Screen Sharing |
ID | ggbjpoaaoeklmpdfjcbgenmbdjhecjjp |
URL Ufficiale | https://chromewebstore.google.com/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp |
Descrizione | This Chrome extension enables screen sharing for the Wyzant online tutoring platform. |
Dimensione del File | 20.08 KB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2018-04-20 |
Data di Pubblicazione | 2018-04-20 |
Valutazione | 3.54/5 Totale 13 Valutazioni |
Sviluppatore | Wyzant, Inc |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://chrome.google.com/webstore/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp?hl=en |
URL della Pagina di Aiuto | https://wyzant.com/Online/FAQ |
Lingue Supportate | 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" ] } |