LASA Schedules

A schedule-tracking app for students of LASA High School

Co to jest LASA Schedules?

LASA Schedules to rozszerzenie Chrome opracowane przez http://lasa2019.com, a jego główną funkcją jest „A schedule-tracking app for students of LASA High School”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia LASA Schedules

Pobierz pliki rozszerzeń LASA Schedules w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa LASA Schedules LASA Schedules
ID glomdolocjjghhaiebanmhbnnobgekgj
Oficjalny URL https://chrome.google.com/webstore/detail/lasa-schedules/glomdolocjjghhaiebanmhbnnobgekgj
Opis A schedule-tracking app for students of LASA High School
Rozmiar pliku 1.71 MB
Liczba instalacji 70
Aktualna Wersja 3.1.1
Ostatnia Aktualizacja 2021-04-23
Data Publikacji 2020-09-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://lasa2019.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://schedules.lasa2019.com
Obsługiwane Języki 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'"
}