Iiraab Google Classroom Integration.

Create interactive assignments for your Google Classroom courses.

Iiraab Google Classroom Integration.คืออะไร?

Iiraab Google Classroom Integration. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://iiraab.com และคุณลักษณะหลักของมันคือ "Create interactive assignments for your Google Classroom courses."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Iiraab Google Classroom Integration.

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": []
}