Edvidi Teacher
Edvidi Teacher
什麼是Edvidi Teacher?
Edvidi Teacher是由https://edvidi.com開發的Chrome擴展程式,該擴展的主要功能是“Edvidi Teacher”。
擴展截圖
下載Edvidi Teacher擴展crx文件
下載Edvidi Teacher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | bnhcgfepjnliipdljiekimfnipccnenp |
| 官方網址 | 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\/*"
]
} | |