Pasar lista Google Meet y Classroom

Pasa la lista importada de Google Classroom en Google Meet.

Vad är Pasar lista Google Meet y Classroom?

Pasar lista Google Meet y Classroom är en Chrome-tillägg utvecklad av https://beren.dev, och dess huvudfunktion är "Pasa la lista importada de Google Classroom en Google Meet.".

Tilläggsskärmbilder

screenshot

Ladda ner Pasar lista Google Meet y Classroom-förlängningens CRX-fil

Ladda ner Pasar lista Google Meet y Classroom-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pasar lista Google Meet y Classroom Pasar lista Google Meet y Classroom
ID mkngillhpfbfoecjendeiengbehmfimp
Officiell webbadress https://chromewebstore.google.com/detail/pasar-lista-google-meet-y/mkngillhpfbfoecjendeiengbehmfimp
Beskrivning Pasa la lista importada de Google Classroom en Google Meet.
Filstorlek 60.37 KB
Antal Installationer 12,322
Aktuell Version 1.2
Senast Uppdaterad 2022-02-01
Publiceringsdatum 2021-01-03
Betyg 2.50/5 Totalt 8 Betyg
Utvecklare https://beren.dev
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://listameet.beren.dev
Stödda Språk 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"
        ]
    }
}