Editool - Smart feedback
Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.
Wat is Editool - Smart feedback?
Editool - Smart feedback is een Chrome-extensie ontwikkeld door https://editool.io, en de belangrijkste functie is "Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.".
Extensie Screenshots
Download het CRX-bestand van de extensie Editool - Smart feedback
Download Editool - Smart feedback-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lnpmhekigikjcnbajeambffnjjbdopgl |
| Officiële URL | https://chromewebstore.google.com/detail/editool-smart-feedback/lnpmhekigikjcnbajeambffnjjbdopgl |
| Beschrijving | Save time when correcting student assignments with the critically acclaimed feedback tool, Editool. |
| Bestandsgrootte | 55.09 KB |
| Aantal Installaties | 747 |
| Huidige Versie | 1.9 |
| Laatst Bijgewerkt | 2024-02-16 |
| Publicatiedatum | 2020-10-09 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://editool.io |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.editool.io/ |
| Help Pagina-URL | https://www.editool.io/contact |
| URL van de Privacybeleid Pagina | https://www.editool.io/legal/privacy |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |