Editool - Smart feedback
Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.
Apa itu Editool - Smart feedback?
Editool - Smart feedback adalah ekstensi Chrome yang dikembangkan oleh https://editool.io, dan fitur utamanya adalah "Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Editool - Smart feedback
Unduh file ekstensi Editool - Smart feedback dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Editool - Smart feedback |
ID | lnpmhekigikjcnbajeambffnjjbdopgl |
URL Resmi | https://chromewebstore.google.com/detail/editool-smart-feedback/lnpmhekigikjcnbajeambffnjjbdopgl |
Deskripsi | Save time when correcting student assignments with the critically acclaimed feedback tool, Editool. |
Ukuran File | 55.09 KB |
Jumlah Instalasi | 747 |
Versi Saat Ini | 1.9 |
Terakhir Diperbarui | 2024-02-16 |
Tanggal Publikasi | 2020-10-09 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://editool.io |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.editool.io/ |
URL Halaman Bantuan | https://www.editool.io/contact |
URL Halaman Kebijakan Privasi | https://www.editool.io/legal/privacy |
Bahasa yang Didukung | 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\/*" ] } ] } |