Add to Google Classroom

This extension adds the current site to Google Classroom

ما هو Add to Google Classroom؟

Add to Google Classroom هو إضافة Chrome تم تطويرها بواسطة https://canopy.education، والميزة الرئيسية لها هي "This extension adds the current site to Google Classroom".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Add to Google Classroom

قم بتنزيل ملفات الامتداد Add to Google Classroom بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    }
}