Iiraab Google Classroom Integration.

Create interactive assignments for your Google Classroom courses.

Cos'è Iiraab Google Classroom Integration.?

Iiraab Google Classroom Integration. è un'estensione di Chrome sviluppata da https://iiraab.com, e la sua funzione principale è "Create interactive assignments for your Google Classroom courses.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Iiraab Google Classroom Integration.

Scarica i file di estensione Iiraab Google Classroom Integration. in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Iiraab Google Classroom Integration. Iiraab Google Classroom Integration.
ID bcolbihlihjeddlffkeboaonkoaebelh
URL Ufficiale https://chromewebstore.google.com/detail/iiraab-google-classroom-i/bcolbihlihjeddlffkeboaonkoaebelh
Descrizione Create interactive assignments for your Google Classroom courses.
Dimensione del File 33.49 KB
Conteggio Installazioni 29
Versione Corrente 0.0.0.7
Ultimo Aggiornamento 2020-03-28
Data di Pubblicazione 2020-03-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://iiraab.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
}