Canvas Assistant

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

Canvas Assistantとは何ですか?

Canvas AssistantはCanvas Assistantによって開発されたChromeの拡張機能で、その主な機能は「Stay on top of your Canvas assignments and find new students to study with!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Canvas Assistant拡張機能のCRXファイルをダウンロード

Canvas Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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].                    

拡張機能の基本情報

名前 Canvas Assistant Canvas Assistant
ID ikabnodlfakajogmdoojofebcejmjlll
公式URL https://chromewebstore.google.com/detail/canvas-assistant/ikabnodlfakajogmdoojofebcejmjlll
説明 Stay on top of your Canvas assignments and find new students to study with!
ファイルサイズ 2.14 MB
インストール数 433
現在のバージョン 1.0.2
最終更新日 2022-04-11
公開日 2022-03-22
評価 5.00/5 合計 13 レビュー
開発者 Canvas Assistant
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://canvashelper.pythonanywhere.com
ヘルプページのURL https://canvashelper.pythonanywhere.com
プライバシーポリシーページのURL https://canvashelper.pythonanywhere.com/privacypolicy
対応言語 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"
    }
}