Editool - Smart feedback
Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.
Что такое Editool - Smart feedback?
Editool - Smart feedback - это расширение Chrome, разработанное https://editool.io, и его основная функция - "Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.".
Снимки экрана расширения
Скачать файл CRX расширения Editool - Smart feedback
Скачайте файлы расширений 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 |
Электронная почта | [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\/*" ] } ] } |