Iiraab Google Classroom Integration.
Create interactive assignments for your Google Classroom courses.
Was ist Iiraab Google Classroom Integration.?
Iiraab Google Classroom Integration. ist eine Chrome-Erweiterung, die von https://iiraab.com entwickelt wurde, und ihr Hauptmerkmal ist "Create interactive assignments for your Google Classroom courses.".
Erweiterungsscreenshots
Iiraab Google Classroom Integration.-Erweiterungs-CRX-Datei herunterladen
Laden Sie Iiraab Google Classroom Integration.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bcolbihlihjeddlffkeboaonkoaebelh |
| Offizielle URL | https://chromewebstore.google.com/detail/iiraab-google-classroom-i/bcolbihlihjeddlffkeboaonkoaebelh |
| Beschreibung | Create interactive assignments for your Google Classroom courses. |
| Dateigröße | 33.49 KB |
| Installationsanzahl | 29 |
| Aktuelle Version | 0.0.0.7 |
| Letztes Update | 2020-03-28 |
| Veröffentlichungsdatum | 2020-03-28 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://iiraab.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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": []
} | |