Add to Google Classroom

This extension adds the current site to Google Classroom

Co to jest Add to Google Classroom?

Add to Google Classroom to rozszerzenie Chrome opracowane przez https://canopy.education, a jego główną funkcją jest „This extension adds the current site to Google Classroom”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Add to Google Classroom

Pobierz pliki rozszerzeń Add to Google Classroom w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Add to Google Classroom Add to Google Classroom
ID oaobmlmjmhedmlphfdmdjpppjmcljnkp
Oficjalny URL https://chromewebstore.google.com/detail/add-to-google-classroom/oaobmlmjmhedmlphfdmdjpppjmcljnkp
Opis This extension adds the current site to Google Classroom
Rozmiar pliku 18.64 KB
Liczba instalacji 400,000
Aktualna Wersja 1.7
Ostatnia Aktualizacja 2022-12-30
Data Publikacji 2015-12-27
Ocena 4.18/5 Łącznie 104 Oceny
Deweloper https://canopy.education
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.canopy.education/post/add-to-google-classroom
Adres URL Strony Polityki Prywatności https://www.canopy.education/privacy-policy
Obsługiwane Języki 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"
    }
}