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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}