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.
拡張機能の基本情報
名前 | Editool - Smart feedback |
ID | lnpmhekigikjcnbajeambffnjjbdopgl |
公式URL | 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 |
Eメール | [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\/*" ] } ] } |