LASA Schedules

A schedule-tracking app for students of LASA High School

LASA Schedules là gì?

LASA Schedules là một tiện ích mở rộng Chrome được phát triển bởi http://lasa2019.com, và tính năng chính của nó là "A schedule-tracking app for students of LASA High School".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LASA Schedules

Tải xuống các tệp mở rộng LASA Schedules dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LASA Schedules LASA Schedules
ID glomdolocjjghhaiebanmhbnnobgekgj
URL Chính Thức https://chrome.google.com/webstore/detail/lasa-schedules/glomdolocjjghhaiebanmhbnnobgekgj
Mô tả A schedule-tracking app for students of LASA High School
Kích Thước Tệp 1.71 MB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 3.1.1
Cập Nhật Lần Cuối 2021-04-23
Ngày Phát Hành 2020-09-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://lasa2019.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://schedules.lasa2019.com
Ngôn Ngữ Được Hỗ Trợ 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'"
}