Add to Google Classroom

This extension adds the current site to Google Classroom

Cos'è Add to Google Classroom?

Add to Google Classroom è un'estensione di Chrome sviluppata da https://canopy.education, e la sua funzione principale è "This extension adds the current site to Google Classroom".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Add to Google Classroom

Scarica i file di estensione Add to Google Classroom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Add to Google Classroom Add to Google Classroom
ID oaobmlmjmhedmlphfdmdjpppjmcljnkp
URL Ufficiale https://chromewebstore.google.com/detail/add-to-google-classroom/oaobmlmjmhedmlphfdmdjpppjmcljnkp
Descrizione This extension adds the current site to Google Classroom
Dimensione del File 18.64 KB
Conteggio Installazioni 400,000
Versione Corrente 1.7
Ultimo Aggiornamento 2022-12-30
Data di Pubblicazione 2015-12-27
Valutazione 4.18/5 Totale 104 Valutazioni
Sviluppatore https://canopy.education
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.canopy.education/post/add-to-google-classroom
URL della Pagina della Politica sulla Privacy https://www.canopy.education/privacy-policy
Lingue Supportate 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"
    }
}