Iiraab Google Classroom Integration.

Create interactive assignments for your Google Classroom courses.

Iiraab Google Classroom Integration.とは何ですか?

Iiraab Google Classroom Integration.はhttps://iiraab.comによって開発されたChromeの拡張機能で、その主な機能は「Create interactive assignments for your Google Classroom courses.」です。

拡張機能のスクリーンショット

screenshot

Iiraab Google Classroom Integration.拡張機能のCRXファイルをダウンロード

Iiraab Google Classroom Integration.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Iiraab Google Classroom Integration. Iiraab Google Classroom Integration.
ID bcolbihlihjeddlffkeboaonkoaebelh
公式URL https://chromewebstore.google.com/detail/iiraab-google-classroom-i/bcolbihlihjeddlffkeboaonkoaebelh
説明 Create interactive assignments for your Google Classroom courses.
ファイルサイズ 33.49 KB
インストール数 29
現在のバージョン 0.0.0.7
最終更新日 2020-03-28
公開日 2020-03-28
評価 5.00/5 合計 1 レビュー
開発者 https://iiraab.com
Eメール [email protected]
支払い方法 free
対応言語 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": []
}