Add to Google Classroom

This extension adds the current site to Google Classroom

Co je Add to Google Classroom?

Add to Google Classroom je rozšíření Chrome vyvinuté https://canopy.education, a jeho hlavní funkcí je „This extension adds the current site to Google Classroom“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Add to Google Classroom

Stáhněte si soubory rozšíření Add to Google Classroom ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Add to Google Classroom Add to Google Classroom
ID oaobmlmjmhedmlphfdmdjpppjmcljnkp
Oficiální URL https://chromewebstore.google.com/detail/add-to-google-classroom/oaobmlmjmhedmlphfdmdjpppjmcljnkp
Popis This extension adds the current site to Google Classroom
Velikost souboru 18.64 KB
Počet instalací 400,000
Aktuální Verze 1.7
Poslední Aktualizace 2022-12-30
Datum Vydání 2015-12-27
Hodnocení 4.18/5 Celkem 104 Hodnocení
Vývojář https://canopy.education
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.canopy.education/post/add-to-google-classroom
URL Stránky Zásad Ochrany Soukromí https://www.canopy.education/privacy-policy
Podporované Jazyky 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"
    }
}