Edform for Teachers
Import any PDF to Edform and transform it into interactive auto-graded activity.
Edform for Teachers là gì?
Edform for Teachers là một tiện ích mở rộng Chrome được phát triển bởi https://edform.com, và tính năng chính của nó là "Import any PDF to Edform and transform it into interactive auto-graded activity.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Edform for Teachers
Tải xuống các tệp mở rộng Edform for Teachers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Edform for Teachers |
ID | obffodfnfdcgibdfjogicedoofkgekmb |
URL Chính Thức | https://chromewebstore.google.com/detail/edform-for-teachers/obffodfnfdcgibdfjogicedoofkgekmb |
Mô tả | Import any PDF to Edform and transform it into interactive auto-graded activity. |
Kích Thước Tệp | 38.38 KB |
Số Lần Cài Đặt | 914 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2022-12-24 |
Ngày Phát Hành | 2022-01-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://edform.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://edform.com |
URL Trang Trợ Giúp | https://edform.com/page/contact-us |
URL Trang Chính Sách Bảo Mật | https://edform.com/page/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |