Editool - Smart feedback
Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.
什麼是Editool - Smart feedback?
Editool - Smart feedback是由https://editool.io開發的Chrome擴展程式,該擴展的主要功能是“Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.”。
擴展截圖
下載Editool - Smart feedback擴展crx文件
下載Editool - Smart feedback擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Editool makes it easier for teachers to provide feedback on student assignments using comments. Write detailed comments in a time-saving way or give your students verbal feedback through audio comments. 擴展基本資訊
| 名稱 | |
| ID | lnpmhekigikjcnbajeambffnjjbdopgl |
| 官方網址 | https://chromewebstore.google.com/detail/editool-smart-feedback/lnpmhekigikjcnbajeambffnjjbdopgl |
| 簡介 | Save time when correcting student assignments with the critically acclaimed feedback tool, Editool. |
| 檔案大小 | 55.09 KB |
| 安裝次數 | 747 |
| 目前版本 | 1.9 |
| 更新時間 | 2024-02-16 |
| 上架時間 | 2020-10-09 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | https://editool.io |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.editool.io/ |
| 說明頁面URL | https://www.editool.io/contact |
| 隱私政策頁面URL | https://www.editool.io/legal/privacy |
| 支援的語言 | en,fr,da |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extension_name__",
"version": "1.9",
"default_locale": "en",
"description": "__MSG_extension_description__",
"manifest_version": 3,
"icons": {
"16": "assets\/images\/icon-16.png",
"48": "assets\/images\/icon-48.png",
"128": "assets\/images\/icon-128.png"
},
"content_security_policy": [],
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/docs.google.com\/document\/*"
],
"js": [
"content-scripts\/docs.js"
],
"css": [
"assets\/css\/docs.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/images\/*"
],
"matches": [
"https:\/\/docs.google.com\/*"
]
}
]
} | |