Easy Scheduler

Adds the functionality of obtaining the best deadline release and due dates based on student workload of other courses.

Easy Schedulerคืออะไร?

Easy Scheduler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aniket Verma และคุณลักษณะหลักของมันคือ "Adds the functionality of obtaining the best deadline release and due dates based on student workload of other courses."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Scheduler

ดาวน์โหลดไฟล์ส่วนขยาย Easy Scheduler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension is for professors.
The installation of this extension will add a button to the create assignment page of Google Classroom. This button will allow you to enter some details such as the assignment duration etc. and will suggest you the best dates for releasing the assignment. These suggestions are based on the workload of students. 
The extension also adds a bell notification icon to the top bar to notify professors when students are free so that assignments can be given at the right time.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Easy Scheduler Easy Scheduler
ID gdmildapdfllidocodbaelekpjccidpa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-scheduler/gdmildapdfllidocodbaelekpjccidpa
คำอธิบาย Adds the functionality of obtaining the best deadline release and due dates based on student workload of other courses.
ขนาดไฟล์ 838 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 2.3.1
อัปเดตครั้งล่าสุด 2022-12-26
วันที่เผยแพร่ 2020-12-04
ผู้พัฒนา Aniket Verma
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/classroom-styles.css"
            ],
            "js": [
                "js\/globals.js",
                "js\/classroom\/suggestions.js",
                "js\/classroom\/get_suggestions.js",
                "js\/classroom\/suggestions_popup.js",
                "js\/classroom\/free_alert.js",
                "js\/classroom\/quiz_detection.js",
                "js\/classroom\/main.js"
            ],
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ]
        },
        {
            "css": [
                ".\/css\/backpack-styles.css"
            ],
            "js": [
                "js\/globals.js",
                "js\/backpack\/content.js",
                "js\/backpack\/background.js",
                "js\/backpack\/main.js"
            ],
            "matches": [
                "https:\/\/www.usebackpack.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Adds the functionality of obtaining the best deadline release and due dates based on student workload of other courses.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwPrP2s6gh3P4yTDBslxVcfZIx2IaHQL3kFPxn2tZdj4zmssvtLeLlTZ6be\/nh8nIktmhMo4upmDu0YIvZCUWf71R8rzRNk59bk6ZT4VSm6aOUocStNmBFfYvhgRoQ59pmLkAvAQ\/8gK64f6yUCWh7sYRJF4Gzac8xkv9m1f31uQnMJbRAd5W5DAHjAifJtxpaMkLWxnC4MNz1TLkUNt622A2jkeA1qxUo8kcm1N+NwNiIO10lNJAFHKZSSV1q3\/\/0BPYqjBZ1NGEZiqCVK3IkH7JPfzzOfm5Y8Q365wwL9pOx8yO+8iG8Tnl7H8bQMqCK9ofqkufrrS8Mp7A0ay4xwIDAQAB",
    "manifest_version": 3,
    "name": "Easy Scheduler",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.1",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/bell.gif"
            ],
            "matches": [
                "https:\/\/web-accessible-resources-1.glitch.me\/*"
            ],
            "use_dynamic_url": true
        },
        {
            "resources": [
                "assets\/loading.gif"
            ],
            "matches": [
                "https:\/\/web-accessible-resources-1.glitch.me\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}