Editool - Smart feedback

Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.

What is Editool - Smart feedback?

Editool - Smart feedback is a Chrome extension developed by https://editool.io, and its main feature is "Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Editool - Smart feedback Extension CRX File

Download Editool - Smart feedback extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Editool - Smart feedback Editool - Smart feedback
ID lnpmhekigikjcnbajeambffnjjbdopgl
Official URL https://chromewebstore.google.com/detail/editool-smart-feedback/lnpmhekigikjcnbajeambffnjjbdopgl
Description Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.
File Size 55.09 KB
Installation Count 747
Current Version 1.9
Last Updated 2024-02-16
Publish Date 2020-10-09
Rating 5.00/5 Total 2 Ratings
Developer https://editool.io
Email [email protected]
Payment Type free
Extension Website https://www.editool.io/
Help Page URL https://www.editool.io/contact
Privacy Policy Page URL https://www.editool.io/legal/privacy
Supported Languages 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\/*"
            ]
        }
    ]
}