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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}