Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" ] } }