Iiraab Google Classroom Integration.
Create interactive assignments for your Google Classroom courses.
Co to jest Iiraab Google Classroom Integration.?
Iiraab Google Classroom Integration. to rozszerzenie Chrome opracowane przez https://iiraab.com, a jego główną funkcją jest „Create interactive assignments for your Google Classroom courses.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Iiraab Google Classroom Integration.
Pobierz pliki rozszerzeń Iiraab Google Classroom Integration. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Iiraab Google Classroom Integration. |
ID | bcolbihlihjeddlffkeboaonkoaebelh |
Oficjalny URL | https://chromewebstore.google.com/detail/iiraab-google-classroom-i/bcolbihlihjeddlffkeboaonkoaebelh |
Opis | Create interactive assignments for your Google Classroom courses. |
Rozmiar pliku | 33.49 KB |
Liczba instalacji | 29 |
Aktualna Wersja | 0.0.0.7 |
Ostatnia Aktualizacja | 2020-03-28 |
Data Publikacji | 2020-03-28 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://iiraab.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [] } |