Edform for Teachers

Import any PDF to Edform and transform it into interactive auto-graded activity.

Edform for Teachers란 무엇입니까?

Edform for Teachers은(는) https://edform.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import any PDF to Edform and transform it into interactive auto-graded activity."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Edform for Teachers 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Edform for Chrome allows you to upload PDF documents to Edform in just a few clicks. After installing Chrome Extension, any PDF file opened in Chrome will have an Open With Edform button. By clicking the button, the file is immediately imported to the Edform, and you can continue working with it by creating an interactive worksheet.

Edform is a learning platform that helps to transform existing educational materials into interactive, auto-graded, engaging activities. 

The teacher can upload the document into the builder to modify it by adding different question types, video, and audio materials, combining with pages from another document. 

Then set the assignment in student-paced or live mode when the activity is ready to use, depending on the specific lesson objectives. Moreover, teachers can monitor students` progress, grade their work instantly and provide meaningful written, audio, or video feedback to improve students` knowledge. 

Edform allows users to integrate with tools they already use, such as Google Drive, Dropbox, and One Drive, and share assignments in Google Classroom and other Learning Management Systems. 

The platform's interactive features save teachers' time and increase students' productivity.                    

확장 프로그램 기본 정보

이름 Edform for Teachers Edform for Teachers
ID obffodfnfdcgibdfjogicedoofkgekmb
공식 URL https://chromewebstore.google.com/detail/edform-for-teachers/obffodfnfdcgibdfjogicedoofkgekmb
설명 Import any PDF to Edform and transform it into interactive auto-graded activity.
파일 크기 38.38 KB
설치 횟수 914
현재 버전 1.2
최근 업데이트 2022-12-24
출시 날짜 2022-01-17
평점 5.00/5 총 1 개의 평점
개발자 https://edform.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://edform.com
도움말 페이지 URL https://edform.com/page/contact-us
개인정보 보호 정책 페이지 URL https://edform.com/page/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Edform for Teachers",
    "short_name": "Edform",
    "author": "Edform.com",
    "homepage_url": "https:\/\/edform.com",
    "version": "1.2",
    "description": "Import any PDF to Edform and transform it into interactive auto-graded activity.",
    "content_scripts": [
        {
            "js": [
                "is-installed.js"
            ],
            "matches": [
                "https:\/\/edform.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*.pdf"
            ],
            "exclude_matches": [
                "*:\/\/edform.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Edform for Teachers",
        "default_icon": "icons\/128.png"
    }
}