Add to Google Classroom

This extension adds the current site to Google Classroom

Add to Google Classroom क्या है?

Add to Google Classroom https://canopy.education द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds the current site to Google Classroom"।

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

screenshot

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

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

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

                        Save sites from around the web back to Google Classroom. Just click the Google Classroom button to save the site to your selected Google Classroom, to share with students as an announcement or an assignment. 

Note - you need to have a teacher account on Google Classroom for this extension to work.                    

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

नाम Add to Google Classroom Add to Google Classroom
ID oaobmlmjmhedmlphfdmdjpppjmcljnkp
आधिकारिक URL https://chromewebstore.google.com/detail/add-to-google-classroom/oaobmlmjmhedmlphfdmdjpppjmcljnkp
विवरण This extension adds the current site to Google Classroom
फ़ाइल का आकार 18.64 KB
स्थापना संख्या 400,000
वर्तमान संस्करण 1.7
अंतिम अपडेट 2022-12-30
प्रकाशन तिथि 2015-12-27
रेटिंग 4.18/5 कुल 104 रेटिंग्स
डेवलपर https://canopy.education
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.canopy.education/post/add-to-google-classroom
गोपनीयता नीति पृष्ठ URL https://www.canopy.education/privacy-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Add to Google Classroom",
    "description": "This extension adds the current site to Google Classroom",
    "version": "1.7",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    },
    "action": [],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}