Add to Google Classroom

This extension adds the current site to Google Classroom

Was ist Add to Google Classroom?

Add to Google Classroom ist eine Chrome-Erweiterung, die von https://canopy.education entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds the current site to Google Classroom".

Erweiterungsscreenshots

screenshot

Add to Google Classroom-Erweiterungs-CRX-Datei herunterladen

Laden Sie Add to Google Classroom-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Add to Google Classroom Add to Google Classroom
ID oaobmlmjmhedmlphfdmdjpppjmcljnkp
Offizielle URL https://chromewebstore.google.com/detail/add-to-google-classroom/oaobmlmjmhedmlphfdmdjpppjmcljnkp
Beschreibung This extension adds the current site to Google Classroom
Dateigröße 18.64 KB
Installationsanzahl 400,000
Aktuelle Version 1.7
Letztes Update 2022-12-30
Veröffentlichungsdatum 2015-12-27
Bewertung 4.18/5 Insgesamt 104 Bewertungen
Entwickler https://canopy.education
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.canopy.education/post/add-to-google-classroom
URL der Datenschutzrichtlinien-Seite https://www.canopy.education/privacy-policy
Unterstützte Sprachen 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"
    }
}