Add to Google Classroom
This extension adds the current site to Google Classroom
Что такое Add to Google Classroom?
Add to Google Classroom - это расширение Chrome, разработанное https://canopy.education, и его основная функция - "This extension adds the current site to Google Classroom".
Снимки экрана расширения
Скачать файл CRX расширения Add to Google Classroom
Скачайте файлы расширений Add to Google Classroom в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Add to Google Classroom |
ID | oaobmlmjmhedmlphfdmdjpppjmcljnkp |
Официальный URL | https://chromewebstore.google.com/detail/add-to-google-classroom/oaobmlmjmhedmlphfdmdjpppjmcljnkp |
Описание | This extension adds the current site to Google Classroom |
Размер файла | 18.64 KB |
Количество установок | 400,000 |
Текущая Версия | 1.7 |
Последнее Обновление | 2022-12-30 |
Дата публикации | 2015-12-27 |
Рейтинг | 4.18/5 Всего 104 оценок |
Разработчик | https://canopy.education |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.canopy.education/post/add-to-google-classroom |
URL страницы политики конфиденциальности | https://www.canopy.education/privacy-policy |
Поддерживаемые языки | 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" } } |