Pasar lista Google Meet y Classroom

Pasa la lista importada de Google Classroom en Google Meet.

What is Pasar lista Google Meet y Classroom?

Pasar lista Google Meet y Classroom is a Chrome extension developed by https://beren.dev, and its main feature is "Pasa la lista importada de Google Classroom en Google Meet.".

Extension Screenshots

screenshot

Download Pasar lista Google Meet y Classroom Extension CRX File

Download Pasar lista Google Meet y Classroom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pasar lista Google Meet y Classroom Pasar lista Google Meet y Classroom
ID mkngillhpfbfoecjendeiengbehmfimp
Official URL https://chromewebstore.google.com/detail/pasar-lista-google-meet-y/mkngillhpfbfoecjendeiengbehmfimp
Description Pasa la lista importada de Google Classroom en Google Meet.
File Size 60.37 KB
Installation Count 12,322
Current Version 1.2
Last Updated 2022-02-01
Publish Date 2021-01-03
Rating 2.50/5 Total 8 Ratings
Developer https://beren.dev
Email [email protected]
Payment Type free
Extension Website https://listameet.beren.dev
Supported Languages 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"
        ]
    }
}