Pasar lista Google Meet y Classroom
Pasa la lista importada de Google Classroom en Google Meet.
什么是Pasar lista Google Meet y Classroom?
Pasar lista Google Meet y Classroom是由https://beren.dev开发的Chrome扩展程序,该扩展的主要功能是“Pasa la lista importada de Google Classroom en Google Meet.”。
扩展截图
下载Pasar lista Google Meet y Classroom扩展crx文件
下载Pasar lista Google Meet y Classroom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Conecta Google Meet con Google Classroom.
Con esta extensión (página principal https://listameet.beren.dev) podrás importar listas de Google Classroom y utilizarlas en Google Meet. También las puedes crear manualmente.
Te permite controlar ausencias y conocer si hay intrusos en la llamada. 扩展基本信息
| 名称 | |
| ID | mkngillhpfbfoecjendeiengbehmfimp |
| 官方URL | https://chromewebstore.google.com/detail/pasar-lista-google-meet-y/mkngillhpfbfoecjendeiengbehmfimp |
| 简介 | Pasa la lista importada de Google Classroom en Google Meet. |
| 文件大小 | 60.37 KB |
| 安装次数 | 12,322 |
| 当前版本 | 1.2 |
| 更新时间 | 2022-02-01 |
| 上架时间 | 2021-01-03 |
| 评分 | 2.50/5 共8次评分 |
| 开发者 | https://beren.dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://listameet.beren.dev |
| 支持的语言 | es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pasar lista Google Meet y Classroom",
"version": "1.2",
"description": "Pasa la lista importada de Google Classroom en Google Meet.",
"permissions": [
"activeTab",
"declarativeContent"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/meet16.png",
"32": "images\/meet32.png",
"48": "images\/meet48.png",
"128": "images\/meet128.png"
}
},
"icons": {
"16": "images\/meet16.png",
"32": "images\/meet32.png",
"48": "images\/meet48.png",
"128": "images\/meet128.png"
},
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/meet.google.com\/*"
],
"js": [
"jquery.min.js",
"analyser.js"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/*.google.com https:\/\/*.beren.dev https:\/\/cdnjs.cloudflare.com https:\/\/*.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.googleapis.com; object-src 'self'",
"oauth2": {
"client_id": "927607320009-v3k8ii2s0vm6g7o7gfmoh8g6p4u650ak.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
}
} | |