CompassLT

Organise CompassLT

What is CompassLT?

CompassLT is a Chrome extension developed by DylanZipsin, and its main feature is "Organise CompassLT".

Extension Screenshots

screenshot
screenshot

Download CompassLT Extension CRX File

Download CompassLT 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

                        A simple extention which adds allows users to automatically organise their Compass Learning Tasks page. By default, items are sorted alphabetically by class code, and not all of them are displayed. With this extention, as the webpage loads, the maximum number of items are displayed and grouping by class code is enabled, sorting them first by class and then by submission date.                    

Extension Basic Information

Name CompassLT CompassLT
ID ocgkpcdhifhdgpipafhbgnplpgebohel
Official URL https://chrome.google.com/webstore/detail/compasslt/ocgkpcdhifhdgpipafhbgnplpgebohel
Description Organise CompassLT
File Size 37.35 KB
Installation Count 45
Current Version 1.1
Last Updated 2020-08-24
Publish Date 2020-05-18
Rating 2.00/5 Total 2 Ratings
Developer DylanZipsin
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CompassLT",
    "description": "Organise CompassLT",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/viewbank-vic.compass.education\/Records\/User.aspx"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}