Canvas Assistant

Stay on top of your Canvas assignments and find new students to study with!

What is Canvas Assistant?

Canvas Assistant is a Chrome extension developed by Canvas Assistant, and its main feature is "Stay on top of your Canvas assignments and find new students to study with!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Canvas Assistant Extension CRX File

Download Canvas Assistant 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

                        Based on your feedback, Version 1.0.2 was updated to automatically save your Canvas Information on your browser. This data is not stored by the extension and is instead stored locally.
------
Are you tired of manually adding assignments to your personal calendars and to-do lists one by one? Are you looking for new people to study with? Canvas Assistant can help!

Canvas Assistant provides students with a new way to manage their Canvas coursework in a more efficient and organized way. With the click of a single button, users can add their Canvas assignments to their personal calendars, generate to-do lists for their upcoming coursework, and find new study buddies.

The extension offers three primary features:
- Sync Your Calendar: Creates an .ics file of your upcoming Canvas assignments, which you can easily add to your iCalendar, Google Calendar, or Outlook Calendar!
- Generate a To-Do List: Creates a .csv file of your upcoming Canvas assignments which can be used on its own or imported into the task-management application of your preference!
- Find Study Buddies: Creates a .csv file listing students that you share common courses with, taking the hassle out of finding people to study with! 

Developed by students, for students. If you have any inquiries about the extension, reach out to us at [email protected].                    

Extension Basic Information

Name Canvas Assistant Canvas Assistant
ID ikabnodlfakajogmdoojofebcejmjlll
Official URL https://chromewebstore.google.com/detail/canvas-assistant/ikabnodlfakajogmdoojofebcejmjlll
Description Stay on top of your Canvas assignments and find new students to study with!
File Size 2.14 MB
Installation Count 433
Current Version 1.0.2
Last Updated 2022-04-11
Publish Date 2022-03-22
Rating 5.00/5 Total 13 Ratings
Developer Canvas Assistant
Email [email protected]
Payment Type free
Extension Website https://canvashelper.pythonanywhere.com
Help Page URL https://canvashelper.pythonanywhere.com
Privacy Policy Page URL https://canvashelper.pythonanywhere.com/privacypolicy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Canvas Assistant",
    "version": "1.0.2",
    "description": "Stay on top of your Canvas assignments and find new students to study with!",
    "icons": {
        "16": "CanvasAssistantLogo.png",
        "48": "CanvasAssistantLogo.png",
        "128": "CanvasAssistantLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/canvashelper.pythonanywhere.com\/"
            ],
            "js": [
                "mdb.min.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Canvas Assistant"
    }
}