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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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