SAIS Timetable
Adds a timetable of your classes on the shopping cart page.
Co to jest SAIS Timetable?
SAIS Timetable to rozszerzenie Chrome opracowane przez megatricycle, a jego główną funkcją jest „Adds a timetable of your classes on the shopping cart page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SAIS Timetable
Pobierz pliki rozszerzeń SAIS Timetable 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 extension adds a time table on your "Add class" and "Search class" page on SAIS. Also adds a download button for your schedule. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kdebapklkojiiipmkbhcnbbhbanopdfk |
| Oficjalny URL | https://chromewebstore.google.com/detail/sais-timetable/kdebapklkojiiipmkbhcnbbhbanopdfk |
| Opis | Adds a timetable of your classes on the shopping cart page. |
| Rozmiar pliku | 12.37 KB |
| Liczba instalacji | 14,256 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2020-05-25 |
| Data Publikacji | 2020-05-25 |
| Ocena | 4.81/5 Łącznie 52 Oceny |
| Deweloper | megatricycle |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SAIS Timetable",
"description": "Adds a timetable of your classes on the shopping cart page.",
"version": "1.0.1",
"content_scripts": [
{
"matches": [
"https:\/\/*.up.edu.ph\/*\/*",
"http:\/\/*.up.edu.ph\/*\/*"
],
"js": [
"bundle.js"
],
"css": [
"style.css"
],
"all_frames": true,
"run_at": "document_end"
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |