Editool - Smart feedback
Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.
Co to jest Editool - Smart feedback?
Editool - Smart feedback to rozszerzenie Chrome opracowane przez https://editool.io, a jego główną funkcją jest „Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Editool - Smart feedback
Pobierz pliki rozszerzeń Editool - Smart feedback w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Editool - Smart feedback |
ID | lnpmhekigikjcnbajeambffnjjbdopgl |
Oficjalny URL | https://chromewebstore.google.com/detail/editool-smart-feedback/lnpmhekigikjcnbajeambffnjjbdopgl |
Opis | Save time when correcting student assignments with the critically acclaimed feedback tool, Editool. |
Rozmiar pliku | 55.09 KB |
Liczba instalacji | 747 |
Aktualna Wersja | 1.9 |
Ostatnia Aktualizacja | 2024-02-16 |
Data Publikacji | 2020-10-09 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://editool.io |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.editool.io/ |
Adres URL Strony Pomocy | https://www.editool.io/contact |
Adres URL Strony Polityki Prywatności | https://www.editool.io/legal/privacy |
Obsługiwane Języki | 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\/*" ] } ] } |