Add to Google Classroom
This extension adds the current site to Google Classroom
Apa itu Add to Google Classroom?
Add to Google Classroom adalah ekstensi Chrome yang dikembangkan oleh https://canopy.education, dan fitur utamanya adalah "This extension adds the current site to Google Classroom".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Add to Google Classroom
Unduh file ekstensi Add to Google Classroom dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Add to Google Classroom |
ID | oaobmlmjmhedmlphfdmdjpppjmcljnkp |
URL Resmi | https://chromewebstore.google.com/detail/add-to-google-classroom/oaobmlmjmhedmlphfdmdjpppjmcljnkp |
Deskripsi | This extension adds the current site to Google Classroom |
Ukuran File | 18.64 KB |
Jumlah Instalasi | 400,000 |
Versi Saat Ini | 1.7 |
Terakhir Diperbarui | 2022-12-30 |
Tanggal Publikasi | 2015-12-27 |
Penilaian | 4.18/5 Total 104 Penilaian |
Pengembang | https://canopy.education |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.canopy.education/post/add-to-google-classroom |
URL Halaman Kebijakan Privasi | https://www.canopy.education/privacy-policy |
Bahasa yang Didukung | 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" } } |