LASA Schedules

A schedule-tracking app for students of LASA High School

What is LASA Schedules?

LASA Schedules is a Chrome extension developed by http://lasa2019.com, and its main feature is "A schedule-tracking app for students of LASA High School".

Extension Screenshots

screenshot
screenshot

Download LASA Schedules Extension CRX File

Download LASA Schedules 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

                        This app keeps track of all the schedules at LASA High School. 
Open it to see what period you are currently in and how much time is left. It adapts for Late Start, Pep Rally and C Day schedules.

Developed by Cameron Kleiman for LASA2019.                    

Extension Basic Information

Name LASA Schedules LASA Schedules
ID glomdolocjjghhaiebanmhbnnobgekgj
Official URL https://chrome.google.com/webstore/detail/lasa-schedules/glomdolocjjghhaiebanmhbnnobgekgj
Description A schedule-tracking app for students of LASA High School
File Size 1.71 MB
Installation Count 70
Current Version 3.1.1
Last Updated 2021-04-23
Publish Date 2020-09-08
Rating 5.00/5 Total 1 Ratings
Developer http://lasa2019.com
Email [email protected]
Payment Type free
Extension Website https://schedules.lasa2019.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LASA Schedules",
    "version": "3.1.1",
    "homepage_url": "https:\/\/schedules.lasa2019.com",
    "description": "A schedule-tracking app for students of LASA High School",
    "icons": {
        "16": "assets\/icon\/favicon-16x16.png",
        "32": "assets\/icon\/favicon-32x32.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon\/favicon-16x16.png",
            "32": "assets\/icon\/favicon-32x32.png"
        },
        "default_title": "LASA Schedules",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}