LASA Schedules

A schedule-tracking app for students of LASA High School

Hvad er LASA Schedules?

LASA Schedules er en Chrome-udvidelse udviklet af http://lasa2019.com, og dens hovedfunktion er "A schedule-tracking app for students of LASA High School".

Udvidelsesskærmbilleder

screenshot
screenshot

Download LASA Schedules-udvidelses-CRX-fil

Download LASA Schedules-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn LASA Schedules LASA Schedules
ID glomdolocjjghhaiebanmhbnnobgekgj
Officiel URL https://chrome.google.com/webstore/detail/lasa-schedules/glomdolocjjghhaiebanmhbnnobgekgj
Beskrivelse A schedule-tracking app for students of LASA High School
Filstørrelse 1.71 MB
Antal Installationer 70
Nuværende Version 3.1.1
Senest Opdateret 2021-04-23
Udgivelsesdato 2020-09-08
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://lasa2019.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://schedules.lasa2019.com
Understøttede Sprog 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'"
}