Edvidi Teacher

Edvidi Teacher

Edvidi Teacher란 무엇입니까?

Edvidi Teacher은(는) https://edvidi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edvidi Teacher"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Edvidi Teacher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Edvidi Teacher Edvidi Teacher
ID bnhcgfepjnliipdljiekimfnipccnenp
공식 URL https://chromewebstore.google.com/detail/edvidi-teacher/bnhcgfepjnliipdljiekimfnipccnenp
설명 Edvidi Teacher
파일 크기 1.48 MB
설치 횟수 325
현재 버전 253
최근 업데이트 2021-09-14
출시 날짜 2020-11-19
개발자 https://edvidi.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.edvidi.com/support
개인정보 보호 정책 페이지 URL https://www.edvidi.com/privacypolicy
지원되는 언어 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\/*"
    ]
}