Iiraab Google Classroom Integration.

Create interactive assignments for your Google Classroom courses.

What is Iiraab Google Classroom Integration.?

Iiraab Google Classroom Integration. is a Chrome extension developed by https://iiraab.com, and its main feature is "Create interactive assignments for your Google Classroom courses.".

Extension Screenshots

screenshot

Download Iiraab Google Classroom Integration. Extension CRX File

Download Iiraab Google Classroom Integration. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Iiraab Google Classroom Integration. Iiraab Google Classroom Integration.
ID bcolbihlihjeddlffkeboaonkoaebelh
Official URL https://chromewebstore.google.com/detail/iiraab-google-classroom-i/bcolbihlihjeddlffkeboaonkoaebelh
Description Create interactive assignments for your Google Classroom courses.
File Size 33.49 KB
Installation Count 29
Current Version 0.0.0.7
Last Updated 2020-03-28
Publish Date 2020-03-28
Rating 5.00/5 Total 1 Ratings
Developer https://iiraab.com
Email [email protected]
Payment Type free
Supported Languages 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": []
}