Classroom Plus

Create your own assignments on Google Classroom.

Classroom Plus क्या है?

Classroom Plus Sidr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create your own assignments on Google Classroom."।

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

screenshot
screenshot

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

crx प्रारूप में Classroom Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Classroom Plus is any student's dream. Having six different to-do lists can get annoying, and having all your stuff in the same place can make things a whole lot easier. Classroom Plus makes this possible by turning your Google Classroom to-do page into a personalized to-do list. To add an assignment, simply click the extension icon in the top right-hand corner of the window, enter in a title and a due date, and click "Create assignment." Reload the page, and your assignment will be rendered seamlessly onto the page. Assignments do not expire after due dates, and you can clear your assignments at any time. 

Version 2.4.3 - minor bug fixes                    

एक्सटेंशन की मूल जानकारी

नाम Classroom Plus Classroom Plus
ID hblfkbdoflbakoblaknbjjhjbgfoofog
आधिकारिक URL https://chromewebstore.google.com/detail/classroom-plus/hblfkbdoflbakoblaknbjjhjbgfoofog
विवरण Create your own assignments on Google Classroom.
फ़ाइल का आकार 78.15 KB
स्थापना संख्या 50,000
वर्तमान संस्करण 2.4.4
अंतिम अपडेट 2021-03-15
प्रकाशन तिथि 2018-02-26
रेटिंग 3.81/5 कुल 26 रेटिंग्स
डेवलपर Sidr
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.sidr.io/apps
सहायता पृष्ठ URL https://help.sidr.io/en/articles/5021569-welcome-to-classroom-plus
गोपनीयता नीति पृष्ठ URL https://www.sidr.io/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Classroom Plus",
    "short_name": "Classroom+",
    "description": "Create your own assignments on Google Classroom.",
    "version": "2.4.4",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "assets\/image\/icon16.png",
        "19": "assets\/image\/icon19.png",
        "48": "assets\/image\/icon48.png",
        "128": "assets\/image\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/classroom.google.com\/*\/not-turned-in\/all"
            ],
            "js": [
                "display.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}