LASA Schedules

A schedule-tracking app for students of LASA High School

Wat is LASA Schedules?

LASA Schedules is een Chrome-extensie ontwikkeld door http://lasa2019.com, en de belangrijkste functie is "A schedule-tracking app for students of LASA High School".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie LASA Schedules

Download LASA Schedules-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam LASA Schedules LASA Schedules
ID glomdolocjjghhaiebanmhbnnobgekgj
Officiële URL https://chrome.google.com/webstore/detail/lasa-schedules/glomdolocjjghhaiebanmhbnnobgekgj
Beschrijving A schedule-tracking app for students of LASA High School
Bestandsgrootte 1.71 MB
Aantal Installaties 70
Huidige Versie 3.1.1
Laatst Bijgewerkt 2021-04-23
Publicatiedatum 2020-09-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://lasa2019.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://schedules.lasa2019.com
Ondersteunde Talen 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'"
}