SAIS Timetable
Adds a timetable of your classes on the shopping cart page.
Wat is SAIS Timetable?
SAIS Timetable is een Chrome-extensie ontwikkeld door megatricycle, en de belangrijkste functie is "Adds a timetable of your classes on the shopping cart page.".
Extensie Screenshots
Download het CRX-bestand van de extensie SAIS Timetable
Download SAIS Timetable-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension adds a time table on your "Add class" and "Search class" page on SAIS. Also adds a download button for your schedule.
Basisinformatie over de Extensie
Naam | SAIS Timetable |
ID | kdebapklkojiiipmkbhcnbbhbanopdfk |
Officiële URL | https://chromewebstore.google.com/detail/sais-timetable/kdebapklkojiiipmkbhcnbbhbanopdfk |
Beschrijving | Adds a timetable of your classes on the shopping cart page. |
Bestandsgrootte | 12.37 KB |
Aantal Installaties | 14,256 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-05-25 |
Publicatiedatum | 2020-05-25 |
Beoordeling | 4.81/5 Totaal 52 Beoordelingen |
Ontwikkelaar | megatricycle |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |