SAIS Timetable
Adds a timetable of your classes on the shopping cart page.
Was ist SAIS Timetable?
SAIS Timetable ist eine Chrome-Erweiterung, die von megatricycle entwickelt wurde, und ihr Hauptmerkmal ist "Adds a timetable of your classes on the shopping cart page.".
Erweiterungsscreenshots
SAIS Timetable-Erweiterungs-CRX-Datei herunterladen
Laden Sie SAIS Timetable-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension adds a time table on your "Add class" and "Search class" page on SAIS. Also adds a download button for your schedule.
Grundlegende Informationen zur Erweiterung
Name | SAIS Timetable |
ID | kdebapklkojiiipmkbhcnbbhbanopdfk |
Offizielle URL | https://chromewebstore.google.com/detail/sais-timetable/kdebapklkojiiipmkbhcnbbhbanopdfk |
Beschreibung | Adds a timetable of your classes on the shopping cart page. |
Dateigröße | 12.37 KB |
Installationsanzahl | 14,256 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2020-05-25 |
Veröffentlichungsdatum | 2020-05-25 |
Bewertung | 4.81/5 Insgesamt 52 Bewertungen |
Entwickler | megatricycle |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |