SAIS Timetable

Adds a timetable of your classes on the shopping cart page.

What is SAIS Timetable?

SAIS Timetable is a Chrome extension developed by megatricycle, and its main feature is "Adds a timetable of your classes on the shopping cart page.".

Extension Screenshots

screenshot

Download SAIS Timetable Extension CRX File

Download SAIS Timetable extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension adds a time table on your "Add class" and "Search class" page on SAIS. Also adds a download button for your schedule.                    

Extension Basic Information

Name SAIS Timetable SAIS Timetable
ID kdebapklkojiiipmkbhcnbbhbanopdfk
Official URL https://chromewebstore.google.com/detail/sais-timetable/kdebapklkojiiipmkbhcnbbhbanopdfk
Description Adds a timetable of your classes on the shopping cart page.
File Size 12.37 KB
Installation Count 14,256
Current Version 1.0.1
Last Updated 2020-05-25
Publish Date 2020-05-25
Rating 4.81/5 Total 52 Ratings
Developer megatricycle
Payment Type free
Supported Languages 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"
    }
}