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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://www.editool.io/contact |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } ] } |