Edvidi Teacher

Edvidi Teacher

O que é Edvidi Teacher?

Edvidi Teacher é uma extensão do Chrome desenvolvida por https://edvidi.com, e sua principal característica é "Edvidi Teacher".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Edvidi Teacher

Baixe arquivos de extensão Edvidi Teacher 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

                        Edvidi Teacher 

Cloud based and stocked with features like Video chat, Messaging, and Text chat, Edvidi turns your tech into a fully accessible virtual class. With these tools Teachers can communicate with the entire class or with students in a one on one setting, whether physically together or a world apart.

Portable licensing • Perfect for hybrid attendance situations • Classroom management that travels with students • Keeps students engaged and on task whether in person or at home • Easy to use - simply install and start using • All of your students are just a click away • Licensing that grows with you • No hidden costs - simply pay for what you need and nothing more

*For use with the Edvidi Student

*Please see Edvidi.com to Sign Up and or Sign In after you install the Chrome Extension.                    

Informações Básicas da Extensão

Nome Edvidi Teacher Edvidi Teacher
ID bnhcgfepjnliipdljiekimfnipccnenp
URL Oficial https://chromewebstore.google.com/detail/edvidi-teacher/bnhcgfepjnliipdljiekimfnipccnenp
Descrição Edvidi Teacher
Tamanho do Arquivo 1.48 MB
Contagem de Instalações 325
Versão Atual 253
Última Atualização 2021-09-14
Data de Publicação 2020-11-19
Desenvolvedor https://edvidi.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://www.edvidi.com/support
URL da Página de Política de Privacidade https://www.edvidi.com/privacypolicy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edvidi Teacher",
    "short_name": "Edvidi Teacher",
    "description": "Edvidi Teacher",
    "version": "253",
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "oauth2": {
        "client_id": "188834418196-5gte6gka789mumlisk3j2kb5opmca7r5.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "openid",
            "https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly",
            "https:\/\/www.googleapis.com\/auth\/classroom.rosters.readonly"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Edvidi Teacher"
    },
    "background": {
        "scripts": [
            "background.js",
            "socket.io.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "identity",
        "identity.email",
        "storage",
        "https:\/\/skyinfinite.cloud\/*"
    ]
}