SS Easy Click

For use with SchoolSoft.se

Apa itu SS Easy Click?

SS Easy Click adalah ekstensi Chrome yang dikembangkan oleh jonthedeveloper, dan fitur utamanya adalah "For use with SchoolSoft.se".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SS Easy Click

Unduh file ekstensi SS Easy Click dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama SS Easy Click SS Easy Click
ID knhpoekibehmgpdekibhcjggppccjnmg
URL Resmi https://chromewebstore.google.com/detail/ss-easy-click/knhpoekibehmgpdekibhcjggppccjnmg
Deskripsi For use with SchoolSoft.se
Ukuran File 37.49 KB
Jumlah Instalasi 164
Versi Saat Ini 1.20
Terakhir Diperbarui 2021-05-26
Tanggal Publikasi 2021-05-25
Pengembang jonthedeveloper
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}