Editool - Smart feedback

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

Cos'è Editool - Smart feedback?

Editool - Smart feedback è un'estensione di Chrome sviluppata da https://editool.io, e la sua funzione principale è "Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Editool - Smart feedback

Scarica i file di estensione Editool - Smart feedback in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Editool - Smart feedback Editool - Smart feedback
ID lnpmhekigikjcnbajeambffnjjbdopgl
URL Ufficiale https://chromewebstore.google.com/detail/editool-smart-feedback/lnpmhekigikjcnbajeambffnjjbdopgl
Descrizione Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.
Dimensione del File 55.09 KB
Conteggio Installazioni 747
Versione Corrente 1.9
Ultimo Aggiornamento 2024-02-16
Data di Pubblicazione 2020-10-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://editool.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.editool.io/
URL della Pagina di Aiuto https://www.editool.io/contact
URL della Pagina della Politica sulla Privacy https://www.editool.io/legal/privacy
Lingue Supportate 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\/*"
            ]
        }
    ]
}