Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Impero Cloud Extension", "description": "Extension to provide Impero Classroom Cloud with greater power", "version": "1.0.0.42", "manifest_version": 2, "background": { "scripts": [ "main.js" ], "persistent": true }, "web_accessible_resources": [ "main.js" ], "permissions": [ "desktopCapture", "background" ], "icons": { "16": "images\/c-icon-16x16px.png", "48": "images\/c-icon-48x48px.png", "128": "images\/c-icon-128x128px.png" }, "browser_action": { "default_icon": "images\/c-icon-128x128px.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.imperosoftware.com\/*", "*:\/\/*.edpro.cloud\/*" ], "js": [ "middleman.js" ] } ] }