SAS Powerschool Enhancement Suite

Provides various enhancements for SAS Powerschool

ما هو SAS Powerschool Enhancement Suite؟

SAS Powerschool Enhancement Suite هو إضافة Chrome تم تطويرها بواسطة saspes، والميزة الرئيسية لها هي "Provides various enhancements for SAS Powerschool".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SAS Powerschool Enhancement Suite

قم بتنزيل ملفات الامتداد SAS Powerschool Enhancement Suite بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        IMPORTANT NOTE: The extension appears to be currently blocked for users logged into their SAS email via Chrome. If you wish to use the extension, you must be logged in to a different Gmail account on Chrome.

**This extension is meant for Singapore American School students.**
DO NOT RELY on the data from this extension.

Welcome to the SAS Powerschool Enhancement Suite v2! All the features have been entirely overhauled and now works in the new version of Powerschool.

SAS Powerschool Enhancement Suite provides useful information and tools in Powerschool. 

SAS Powerschool Enhancement Suite is free and open source. You can see the source code and contribute at the following link:
Source Code: https://github.com/sas-fossdev/saspes
Come and contribute!

On the main page, this extension calculates the semester GPAs and allows you to edit the class grades to see how your GPA will change. It also shows the final percent of each course.

On each class page the extension offers the ability to predict hypothetical grades using category weighting and assignment weighting, allowing you to edit your grades to see your new final percent/grade. You can also see all the possible final percents/grades you can get from a single assignment. This feature has a tour that fully explains how it works in detail.

Refer to the project README on the repository for more details.

Because v2 has just been released, many new features are on the way. Be on the lookout for new updates!                    

معلومات أساسية عن التمديد

الاسم SAS Powerschool Enhancement Suite SAS Powerschool Enhancement Suite
ID ehnkngeidilnoabcjjimkomcggndbhnk
عنوان URL الرسمي https://chromewebstore.google.com/detail/sas-powerschool-enhanceme/ehnkngeidilnoabcjjimkomcggndbhnk
الوصف Provides various enhancements for SAS Powerschool
حجم الملف 60.26 KB
عدد التثبيتات 1,336
النسخة الحالية 2.0.2
آخر تحديث 2024-01-28
تاريخ النشر 2020-05-03
تقييم 5.00/5 مجموع تقييمات 9
المطور saspes
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/sas-fossdev/saspes
عنوان صفحة المساعدة https://forms.gle/aDtP57UyEBQU9gQx6
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2024.128.3803.46456",
    "version_name": "2.0.2",
    "name": "SAS Powerschool Enhancement Suite",
    "description": "Provides various enhancements for SAS Powerschool",
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-b5c718ef.js"
            ],
            "matches": [
                "https:\/\/powerschool.sas.edu.sg\/guardian\/scores.html*"
            ],
            "css": [
                "assets\/index-93dc8669.css"
            ]
        },
        {
            "js": [
                "assets\/index.ts-loader-d3e8b75a.js"
            ],
            "matches": [
                "https:\/\/powerschool.sas.edu.sg\/*"
            ],
            "css": [
                "assets\/index-c8d434e9.css"
            ]
        },
        {
            "js": [
                "assets\/index.ts-loader-85c6d958.js"
            ],
            "matches": [
                "https:\/\/powerschool.sas.edu.sg\/public\/*"
            ],
            "css": [
                "assets\/index-acd50dc7.css"
            ]
        },
        {
            "js": [
                "assets\/index.ts-loader-ef92d4d5.js"
            ],
            "matches": [
                "https:\/\/powerschool.sas.edu.sg\/guardian\/home.html*"
            ]
        }
    ],
    "options_ui": {
        "page": "src\/options\/index.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "public\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/powerschool.sas.edu.sg\/*"
            ],
            "resources": [
                "public\/icon.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/powerschool.sas.edu.sg\/*"
            ],
            "resources": [
                "assets\/scoresUtilities-d678f93e.js",
                "assets\/index-20519473.js",
                "assets\/index.ts-b0ed37ae.js",
                "assets\/index.ts-10cc628b.js",
                "assets\/index.ts-b52c9adf.js",
                "assets\/index.ts-c5601fcc.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    }
}