Editool - Smart feedback

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

什么是Editool - Smart feedback?

Editool - Smart feedback是由https://editool.io开发的Chrome扩展程序,该扩展的主要功能是“Save time when correcting student assignments with the critically acclaimed feedback tool, Editool.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Editool - Smart feedback扩展crx文件

下载Editool - Smart feedback扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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/
帮助页面URL https://www.editool.io/contact
隐私政策页面URL 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\/*"
            ]
        }
    ]
}