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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://beren.dev และคุณลักษณะหลักของมันคือ "Pasa la lista importada de Google Classroom en Google Meet."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pasar lista Google Meet y Classroom

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pasar lista Google Meet y Classroom Pasar lista Google Meet y Classroom
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"
        ]
    }
}