WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Allocate Schedule Visualiser

Allocate Schedule Visualiser

View on Chrome Web Store
View Allocate Schedule Visualiser Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
2 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A Chrome extension that retrieves all your unit timeslots from allocate, and helps visualise your best suited uni schedule.
Type
Extension
Users
16 users
1
fran*******************
View author page of fran*******************
Published
Published on February 11, 2025
Version 1.3
Manifest version
3
Updated
Updated on July 14, 2025
productivity/education
Extension Category
View on Chrome Web Store
View Allocate Schedule Visualiser Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Allocate Schedule Visualiser",
    "icons": {
        "16": "logos\/logo.png",
        "32": "logos\/logo.png",
        "48": "logos\/logo_48.png",
        "128": "logos\/logo_128.png"
    },
    "version": "1.3",
    "description": "A Chrome extension that retrieves all your unit timeslots from allocate, and helps visualise your best suited uni schedule.",
    "permissions": [
        "debugger",
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mytimetable.rmit.edu.au\/odd\/student*"
    ],
    "background": {
        "service_worker": "core\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "core\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mytimetable.rmit.edu.au\/odd\/student*"
            ],
            "js": [
                "core\/content.js"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top