SS Easy Click

For use with SchoolSoft.se

Cos'è SS Easy Click?

SS Easy Click è un'estensione di Chrome sviluppata da jonthedeveloper, e la sua funzione principale è "For use with SchoolSoft.se".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SS Easy Click

Scarica i file di estensione SS Easy Click in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome SS Easy Click SS Easy Click
ID knhpoekibehmgpdekibhcjggppccjnmg
URL Ufficiale https://chromewebstore.google.com/detail/ss-easy-click/knhpoekibehmgpdekibhcjggppccjnmg
Descrizione For use with SchoolSoft.se
Dimensione del File 37.49 KB
Conteggio Installazioni 164
Versione Corrente 1.20
Ultimo Aggiornamento 2021-05-26
Data di Pubblicazione 2021-05-25
Sviluppatore jonthedeveloper
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}