Add to Google Classroom

This extension adds the current site to Google Classroom

Hvad er Add to Google Classroom?

Add to Google Classroom er en Chrome-udvidelse udviklet af https://canopy.education, og dens hovedfunktion er "This extension adds the current site to Google Classroom".

Udvidelsesskærmbilleder

screenshot

Download Add to Google Classroom-udvidelses-CRX-fil

Download Add to Google Classroom-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Add to Google Classroom Add to Google Classroom
ID oaobmlmjmhedmlphfdmdjpppjmcljnkp
Officiel URL https://chromewebstore.google.com/detail/add-to-google-classroom/oaobmlmjmhedmlphfdmdjpppjmcljnkp
Beskrivelse This extension adds the current site to Google Classroom
Filstørrelse 18.64 KB
Antal Installationer 400,000
Nuværende Version 1.7
Senest Opdateret 2022-12-30
Udgivelsesdato 2015-12-27
Bedømmelse 4.18/5 Samlet 104 Bedømmelser
Udvikler https://canopy.education
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.canopy.education/post/add-to-google-classroom
URL til Fortrolighedspolitik Side https://www.canopy.education/privacy-policy
Understøttede Sprog 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"
    }
}