LASA Schedules

A schedule-tracking app for students of LASA High School

Cos'è LASA Schedules?

LASA Schedules è un'estensione di Chrome sviluppata da http://lasa2019.com, e la sua funzione principale è "A schedule-tracking app for students of LASA High School".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione LASA Schedules

Scarica i file di estensione LASA Schedules in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome LASA Schedules LASA Schedules
ID glomdolocjjghhaiebanmhbnnobgekgj
URL Ufficiale https://chrome.google.com/webstore/detail/lasa-schedules/glomdolocjjghhaiebanmhbnnobgekgj
Descrizione A schedule-tracking app for students of LASA High School
Dimensione del File 1.71 MB
Conteggio Installazioni 70
Versione Corrente 3.1.1
Ultimo Aggiornamento 2021-04-23
Data di Pubblicazione 2020-09-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://lasa2019.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://schedules.lasa2019.com
Lingue Supportate 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'"
}