Editool - Smart feedback

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

Co je Editool - Smart feedback?

Editool - Smart feedback je rozšíření Chrome vyvinuté https://editool.io, a jeho hlavní funkcí je „Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Editool - Smart feedback

Stáhněte si soubory rozšíření Editool - Smart feedback ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Editool - Smart feedback Editool - Smart feedback
ID lnpmhekigikjcnbajeambffnjjbdopgl
Oficiální URL https://chromewebstore.google.com/detail/editool-smart-feedback/lnpmhekigikjcnbajeambffnjjbdopgl
Popis Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.
Velikost souboru 55.09 KB
Počet instalací 747
Aktuální Verze 1.9
Poslední Aktualizace 2024-02-16
Datum Vydání 2020-10-09
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://editool.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.editool.io/
URL Stránky Nápovědy https://www.editool.io/contact
URL Stránky Zásad Ochrany Soukromí https://www.editool.io/legal/privacy
Podporované Jazyky 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\/*"
            ]
        }
    ]
}