Editool - Smart feedback
Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.
Editool - Smart feedback là gì?
Editool - Smart feedback là một tiện ích mở rộng Chrome được phát triển bởi https://editool.io, và tính năng chính của nó là "Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Editool - Smart feedback
Tải xuống các tệp mở rộng Editool - Smart feedback dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Editool - Smart feedback |
ID | lnpmhekigikjcnbajeambffnjjbdopgl |
URL Chính Thức | https://chromewebstore.google.com/detail/editool-smart-feedback/lnpmhekigikjcnbajeambffnjjbdopgl |
Mô tả | Save time when correcting student assignments with the critically acclaimed feedback tool, Editool. |
Kích Thước Tệp | 55.09 KB |
Số Lần Cài Đặt | 747 |
Phiên Bản Hiện Tại | 1.9 |
Cập Nhật Lần Cuối | 2024-02-16 |
Ngày Phát Hành | 2020-10-09 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://editool.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.editool.io/ |
URL Trang Trợ Giúp | https://www.editool.io/contact |
URL Trang Chính Sách Bảo Mật | https://www.editool.io/legal/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |