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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import any PDF to Edform and transform it into interactive auto-graded activity."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Edform for Teachers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}