Add to Google Classroom

This extension adds the current site to Google Classroom

Vad är Add to Google Classroom?

Add to Google Classroom är en Chrome-tillägg utvecklad av https://canopy.education, och dess huvudfunktion är "This extension adds the current site to Google Classroom".

Tilläggsskärmbilder

screenshot

Ladda ner Add to Google Classroom-förlängningens CRX-fil

Ladda ner Add to Google Classroom-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Add to Google Classroom Add to Google Classroom
ID oaobmlmjmhedmlphfdmdjpppjmcljnkp
Officiell webbadress https://chromewebstore.google.com/detail/add-to-google-classroom/oaobmlmjmhedmlphfdmdjpppjmcljnkp
Beskrivning This extension adds the current site to Google Classroom
Filstorlek 18.64 KB
Antal Installationer 400,000
Aktuell Version 1.7
Senast Uppdaterad 2022-12-30
Publiceringsdatum 2015-12-27
Betyg 4.18/5 Totalt 104 Betyg
Utvecklare https://canopy.education
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.canopy.education/post/add-to-google-classroom
URL till Sekretesspolicy Sidan https://www.canopy.education/privacy-policy
Stödda Språk 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"
    }
}