Editool - Smart feedback

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

Qu'est-ce que Editool - Smart feedback ?

Editool - Smart feedback est une extension Chrome développée par https://editool.io, et sa fonction principale est "Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Editool - Smart feedback

Téléchargez les fichiers d'extension Editool - Smart feedback au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Editool - Smart feedback Editool - Smart feedback
ID lnpmhekigikjcnbajeambffnjjbdopgl
URL Officiel https://chromewebstore.google.com/detail/editool-smart-feedback/lnpmhekigikjcnbajeambffnjjbdopgl
Description Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.
Taille du Fichier 55.09 KB
Nombre d'Installations 747
Version Actuelle 1.9
Dernière Mise à Jour 2024-02-16
Date de Publication 2020-10-09
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://editool.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.editool.io/
URL de la Page d'Aide https://www.editool.io/contact
URL de la Page de Politique de Confidentialité https://www.editool.io/legal/privacy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}