Editool - Smart feedback
Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.
Hvad er Editool - Smart feedback?
Editool - Smart feedback er en Chrome-udvidelse udviklet af https://editool.io, og dens hovedfunktion er "Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.".
Udvidelsesskærmbilleder
Download Editool - Smart feedback-udvidelses-CRX-fil
Download Editool - Smart feedback-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lnpmhekigikjcnbajeambffnjjbdopgl |
| Officiel URL | https://chromewebstore.google.com/detail/editool-smart-feedback/lnpmhekigikjcnbajeambffnjjbdopgl |
| Beskrivelse | Save time when correcting student assignments with the critically acclaimed feedback tool, Editool. |
| Filstørrelse | 55.09 KB |
| Antal Installationer | 747 |
| Nuværende Version | 1.9 |
| Senest Opdateret | 2024-02-16 |
| Udgivelsesdato | 2020-10-09 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | https://editool.io |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.editool.io/ |
| Hjælpeside-URL | https://www.editool.io/contact |
| URL til Fortrolighedspolitik Side | https://www.editool.io/legal/privacy |
| Understøttede Sprog | 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\/*"
]
}
]
} | |