SAIS Timetable
Adds a timetable of your classes on the shopping cart page.
Vad är SAIS Timetable?
SAIS Timetable är en Chrome-tillägg utvecklad av megatricycle, och dess huvudfunktion är "Adds a timetable of your classes on the shopping cart page.".
Tilläggsskärmbilder
Ladda ner SAIS Timetable-förlängningens CRX-fil
Ladda ner SAIS Timetable-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension adds a time table on your "Add class" and "Search class" page on SAIS. Also adds a download button for your schedule. Grundläggande Information om Tillägg
| Namn | |
| ID | kdebapklkojiiipmkbhcnbbhbanopdfk |
| Officiell webbadress | https://chromewebstore.google.com/detail/sais-timetable/kdebapklkojiiipmkbhcnbbhbanopdfk |
| Beskrivning | Adds a timetable of your classes on the shopping cart page. |
| Filstorlek | 12.37 KB |
| Antal Installationer | 14,256 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2020-05-25 |
| Publiceringsdatum | 2020-05-25 |
| Betyg | 4.81/5 Totalt 52 Betyg |
| Utvecklare | megatricycle |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |