Los Altos High Helper

A collection of tools designed for students at Los Altos High (MVLA). Targets Google Classroom, Aeries, and the Bell Countdown.

Los Altos High Helperคืออะไร?

Los Altos High Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kgo.to และคุณลักษณะหลักของมันคือ "A collection of tools designed for students at Los Altos High (MVLA). Targets Google Classroom, Aeries, and the Bell Countdown."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Los Altos High Helper

ดาวน์โหลดไฟล์ส่วนขยาย Los Altos High Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Los Altos High Helper aims to improve your school workflow. It combines a collection of various tools into one easy to access extension. It offers support on Google Classroom, Aeries, and the Bell Countdown (provided by countdown.zone / bell.lahs.club). 

==Google Classroom==
The main idea behind the Google Classroom integration is to help improve UI for efficiency. It targets the Classroom "class list" page, providing students the ability to adjust the content on the page and streamline it for viewing sake. It allows students to rename classes into consistent names, adjust colors and images to be visually simple, and even highlights the current class a student is in, so they can quickly access that class' dashboard. Although the changes may seem simple, it is our hope to bring a sense of clarity to students faster, on a service they use every day.

==Aeries==
From the BetterSIS extension, the Aeries implementation is an aide on two fronts. For one, it provides you with a quick 
 and discrete way to check your grades, and even see at a glance what has changed, and how (instead of having to figure out what your grade used to be, etc). Additionally, on the Aeries website itself, it cleans the UI to be much more streamlined only showing you really what you're interested in, and hiding all of the bloat. When you open a classes page, you also have the option to add fake assignments to your grade book, to see the impact of a test or homework assignment easily, before it's actually entered (note: this only works for percentage weighted grade books and will not work for accumulative point grade books at this time. Aeries supports a large number of grade book types and lots of teachers have different styles. Your milage and accuracy on these calculations may vary.)

==Bell==
From the popular LAHS Bell / bell.lahs.club / countdown.zone website and extension, LAHH incorporates a live schedule together with your Aeries as well (see: https://github.com/nicolaschan/bell). Easily check your grades AND when you're free from class, all in one extension.

== Privacy ==
LAHH runs entirely within your own browser and will not transmit any sensitive data outside of it except directly to Aeries to validate your login credentials and to fetch updated grades. These login credentials are saved on your computer and are never transmitted or synced across the internet, except to Aeries. Classroom settings are synced with your Google account, transmitting your name substitution and settings for Google Classroom classes. Countdown.zone may collect statistics on your usage of their product, see their terms for information. Usage data is anonymously stored for analytical purposes.

Developed for MVLA District. Created for Aeries v8.17.9.29. May be incompatible with older / newer versions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Los Altos High Helper Los Altos High Helper
ID makmppippmckkphonaepfkeabodgohaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/los-altos-high-helper/makmppippmckkphonaepfkeabodgohaj
คำอธิบาย A collection of tools designed for students at Los Altos High (MVLA). Targets Google Classroom, Aeries, and the Bell Countdown.
ขนาดไฟล์ 126 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 2.20
อัปเดตครั้งล่าสุด 2018-12-11
วันที่เผยแพร่ 2018-12-11
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://kgo.to
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Los Altos High Helper",
    "short_name": "LAHS+",
    "version": "2.20",
    "description": "A collection of tools designed for students at Los Altos High (MVLA). Targets Google Classroom, Aeries, and the Bell Countdown.",
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "LAHS+"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.asp.aeries.net\/student\/*",
                "https:\/\/*.asp.aeries.net\/Student\/*"
            ],
            "css": [
                "css\/cs.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/cs.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/bell.lahs.club\/*",
                "http:\/\/bell.lahs.club\/*",
                "https:\/\/countdown.zone\/*",
                "http:\/\/countdown.zone\/*",
                "https:\/\/bell.plus\/*"
            ],
            "js": [
                "js\/bell-override.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ],
            "css": [
                "css\/classroom.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/classroom.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/popup.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "css\/bell.css"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "notifications",
        "https:\/\/*.asp.aeries.net\/*",
        "http:\/\/*.asp.aeries.net\/*",
        "http:\/\/bell.lahs.club\/*",
        "https:\/\/bell.lahs.club\/*",
        "http:\/\/countdown.zone\/*",
        "https:\/\/countdown.zone\/*",
        "https:\/\/classroom.google.com\/*",
        "https:\/\/bell.plus\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com 'sha256-uq4nb7xzgZgfL2i4B3dJdx3eKKrhBelaRVfs2yzl\/rE='; object-src 'self'",
    "manifest_version": 2
}