Iiraab Google Classroom Integration.
Create interactive assignments for your Google Classroom courses.
Что такое Iiraab Google Classroom Integration.?
Iiraab Google Classroom Integration. - это расширение Chrome, разработанное https://iiraab.com, и его основная функция - "Create interactive assignments for your Google Classroom courses.".
Снимки экрана расширения
Скачать файл CRX расширения Iiraab Google Classroom Integration.
Скачайте файлы расширений Iiraab Google Classroom Integration. в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to create interactive and drag-drop type assignments for your Google Classroom courses. It does this by integrating our Iiraab app into Google Classroom.
Основная информация о расширении
Название | Iiraab Google Classroom Integration. |
ID | bcolbihlihjeddlffkeboaonkoaebelh |
Официальный URL | https://chromewebstore.google.com/detail/iiraab-google-classroom-i/bcolbihlihjeddlffkeboaonkoaebelh |
Описание | Create interactive assignments for your Google Classroom courses. |
Размер файла | 33.49 KB |
Количество установок | 29 |
Текущая Версия | 0.0.0.7 |
Последнее Обновление | 2020-03-28 |
Дата публикации | 2020-03-28 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://iiraab.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Iiraab Google Classroom Integration.", "short_name": "iiraab", "description": "Create interactive assignments for your Google Classroom courses.", "version": "0.0.0.7", "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": true }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/classroom.google.com\/*" ], "run_at": "document_end" }, { "matches": [ "https:\/\/iiraab.com\/*" ], "js": [ "install_notifier.js" ], "run_at": "document_idle" } ], "externally_connectable": { "matches": [ "https:\/\/iiraab.com\/sso\/google?*", "https:\/\/iiraab.com\/*", "https:\/\/iiraab.com\/a\/oauth2_return?*", "https:\/\/1-dot-iiraab-eu.appspot.com\/sso\/google?*", "https:\/\/1-dot-iiraab-eu.appspot.com\/a\/oauth2_return?*", "https:\/\/3-dot-iiraab-eu.appspot.com\/sso\/google?*", "https:\/\/3-dot-iiraab-eu.appspot.com\/a\/oauth2_return?*" ] }, "permissions": [] } |