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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | bcolbihlihjeddlffkeboaonkoaebelh |
| 官方網址 | 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": []
} | |