SS Easy Click

For use with SchoolSoft.se

SS Easy Clickคืออะไร?

SS Easy Click เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jonthedeveloper และคุณลักษณะหลักของมันคือ "For use with SchoolSoft.se"

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

screenshot

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

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

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

                        For use with Schoolsoft.se to make it easier to enter knowledge requirements into assignments. and to update the subject rubric.  This extension allows you to click the text of a knowledge requirement to set it to "green".  Clicking it again will set it back to "white".                    

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

ชื่อ SS Easy Click SS Easy Click
ID knhpoekibehmgpdekibhcjggppccjnmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ss-easy-click/knhpoekibehmgpdekibhcjggppccjnmg
คำอธิบาย For use with SchoolSoft.se
ขนาดไฟล์ 37.49 KB
จำนวนการติดตั้ง 164
เวอร์ชันปัจจุบัน 1.20
อัปเดตครั้งล่าสุด 2021-05-26
วันที่เผยแพร่ 2021-05-25
ผู้พัฒนา jonthedeveloper
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SS Easy Click",
    "author": "Jonathan Phillips",
    "version": "1.20",
    "description": "For use with SchoolSoft.se",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.schoolsoft.se\/*\/right_teacher_test_ability_student.jsp*",
                "https:\/\/*.schoolsoft.se\/*\/right_teacher_student_ability.jsp*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ]
        }
    ]
}