Editool - Smart feedback

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

Editool - Smart feedbackคืออะไร?

Editool - Smart feedback เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://editool.io และคุณลักษณะหลักของมันคือ "Save time when correcting student assignments with the critically acclaimed feedback tool, Editool."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Editool - Smart feedback

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}