Iiraab Google Classroom Integration.

Create interactive assignments for your Google Classroom courses.

Wat is Iiraab Google Classroom Integration.?

Iiraab Google Classroom Integration. is een Chrome-extensie ontwikkeld door https://iiraab.com, en de belangrijkste functie is "Create interactive assignments for your Google Classroom courses.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Iiraab Google Classroom Integration.

Download Iiraab Google Classroom Integration.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Iiraab Google Classroom Integration. Iiraab Google Classroom Integration.
ID bcolbihlihjeddlffkeboaonkoaebelh
Officiële URL https://chromewebstore.google.com/detail/iiraab-google-classroom-i/bcolbihlihjeddlffkeboaonkoaebelh
Beschrijving Create interactive assignments for your Google Classroom courses.
Bestandsgrootte 33.49 KB
Aantal Installaties 29
Huidige Versie 0.0.0.7
Laatst Bijgewerkt 2020-03-28
Publicatiedatum 2020-03-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://iiraab.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}