SS Easy Click

For use with SchoolSoft.se

What is SS Easy Click?

SS Easy Click is a Chrome extension developed by jonthedeveloper, and its main feature is "For use with SchoolSoft.se".

Extension Screenshots

screenshot

Download SS Easy Click Extension CRX File

Download SS Easy Click extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name SS Easy Click SS Easy Click
ID knhpoekibehmgpdekibhcjggppccjnmg
Official URL https://chromewebstore.google.com/detail/ss-easy-click/knhpoekibehmgpdekibhcjggppccjnmg
Description For use with SchoolSoft.se
File Size 37.49 KB
Installation Count 164
Current Version 1.20
Last Updated 2021-05-26
Publish Date 2021-05-25
Developer jonthedeveloper
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}