Wyzant Screen Sharing
This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
O que é Wyzant Screen Sharing?
Wyzant Screen Sharing é uma extensão do Chrome desenvolvida por Wyzant, Inc, e sua principal característica é "This Chrome extension enables screen sharing for the Wyzant online tutoring platform.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wyzant Screen Sharing
Baixe arquivos de extensão Wyzant Screen Sharing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Wyzant connects students, parents, and tutors and facilitates seamless person to person learning. To learn more, visit wyzant.com.
Informações Básicas da Extensão
Nome | Wyzant Screen Sharing |
ID | ggbjpoaaoeklmpdfjcbgenmbdjhecjjp |
URL Oficial | https://chromewebstore.google.com/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp |
Descrição | This Chrome extension enables screen sharing for the Wyzant online tutoring platform. |
Tamanho do Arquivo | 20.08 KB |
Contagem de Instalações | 20,000 |
Versão Atual | 2.0.1 |
Última Atualização | 2018-04-20 |
Data de Publicação | 2018-04-20 |
Classificação | 3.54/5 Total de 13 Avaliações |
Desenvolvedor | Wyzant, Inc |
Tipo de Pagamento | free |
Site da Extensão | https://chrome.google.com/webstore/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp?hl=en |
URL da Página de Ajuda | https://wyzant.com/Online/FAQ |
Idiomas Suportados | 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" ] } |