Add to Google Classroom

This extension adds the current site to Google Classroom

Wat is Add to Google Classroom?

Add to Google Classroom is een Chrome-extensie ontwikkeld door https://canopy.education, en de belangrijkste functie is "This extension adds the current site to Google Classroom".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Add to Google Classroom

Download Add to Google Classroom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Save sites from around the web back to Google Classroom. Just click the Google Classroom button to save the site to your selected Google Classroom, to share with students as an announcement or an assignment. 

Note - you need to have a teacher account on Google Classroom for this extension to work.                    

Basisinformatie over de Extensie

Naam Add to Google Classroom Add to Google Classroom
ID oaobmlmjmhedmlphfdmdjpppjmcljnkp
Officiële URL https://chromewebstore.google.com/detail/add-to-google-classroom/oaobmlmjmhedmlphfdmdjpppjmcljnkp
Beschrijving This extension adds the current site to Google Classroom
Bestandsgrootte 18.64 KB
Aantal Installaties 400,000
Huidige Versie 1.7
Laatst Bijgewerkt 2022-12-30
Publicatiedatum 2015-12-27
Beoordeling 4.18/5 Totaal 104 Beoordelingen
Ontwikkelaar https://canopy.education
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.canopy.education/post/add-to-google-classroom
URL van de Privacybeleid Pagina https://www.canopy.education/privacy-policy
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Add to Google Classroom",
    "description": "This extension adds the current site to Google Classroom",
    "version": "1.7",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    },
    "action": [],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}